diff debian/static/DEBIAN/prerm @ 0:65c01f57bdce V2.1.2

Initial commit
author ivo <ivo@UFO-Net.nl>
date Thu, 07 Oct 2010 15:53:01 +0200
parents
children 640f620a55cf
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/debian/static/DEBIAN/prerm	Thu Oct 07 15:53:01 2010 +0200
@@ -0,0 +1,4 @@
+#!/bin/sh
+if [ "$1" = "upgrade" -o "$1" = "remove" ]; then
+	/usr/sbin/userdel quicktun
+fi