view debian/static/DEBIAN/prerm @ 32:51c6d2fc712f V2.1.8

Fixes contributed by Daniel Dickinson <daniel@cshore.neomailbox.net>
author Ivo Smits <Ivo@UCIS.nl>
date Wed, 12 Oct 2011 01:34:46 +0200
parents 640f620a55cf
children
line wrap: on
line source

#!/bin/sh
if [ "$1" = "remove" ]; then
	/usr/sbin/userdel quicktun
fi