debian/cubicweb-twisted.prerm
branch3.24
changeset 11832 e8be49ecb522
parent 11831 d1fbe53885e9
child 11833 1212f0fa2d42
--- a/debian/cubicweb-twisted.prerm	Thu Nov 17 16:03:02 2016 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-#! /bin/sh -e
- 
-case "$1" in
-    remove)
-	if [ -x "/etc/init.d/cubicweb-ctl" ]; then
-	    invoke-rc.d cubicweb-ctl stop || true
-	fi
-    ;;
-esac
- 
-#DEBHELPER#
- 
-exit 0