debian/cubicweb-ctl.postinst
changeset 11841 48adf4dd1ce6
parent 11840 1eb3d6cd39c3
parent 11839 18e72d24dc58
child 11850 87443f279b0f
--- a/debian/cubicweb-ctl.postinst	Thu Nov 17 11:00:01 2016 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-#! /bin/sh -e
-
-case "$1" in
-    configure|abort-upgrade|abort-remove|abort-deconfigure)
-        update-rc.d cubicweb defaults 99 >/dev/null
-    ;;
-    *)
-        echo "postinst called with unknown argument \`$1'" >&2
-        exit 1
-    ;;
-esac
-
-#DEBHELPER#
-
-exit 0