debian/cubicweb-twisted.postinst
changeset 11841 48adf4dd1ce6
parent 11840 1eb3d6cd39c3
parent 11839 18e72d24dc58
child 11850 87443f279b0f
--- a/debian/cubicweb-twisted.postinst	Thu Nov 17 11:00:01 2016 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-#! /bin/sh -e
-
-if [ -x "/etc/init.d/cubicweb-ctl" ]; then
-    invoke-rc.d cubicweb-ctl restart || true
-fi
- 
- 
-#DEBHELPER#
- 
-exit 0