debian/cubicweb-ctl.postrm
changeset 0 b97547f5f1fa
child 10559 5821ae654dfd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/debian/cubicweb-ctl.postrm	Wed Nov 05 15:52:50 2008 +0100
@@ -0,0 +1,8 @@
+#!/bin/sh -e
+if [ "$1" = "purge" ] ; then
+        update-rc.d cubicweb remove >/dev/null
+fi
+ 
+#DEBHELPER#
+ 
+exit 0