view debian/static/DEBIAN/prerm @ 16:8f564c559416

Exclude some local stuff
author Ivo Smits <Ivo@UCIS.nl>
date Sun, 27 Feb 2011 20:41:23 +0100
parents 640f620a55cf
children
line wrap: on
line source

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