debian/cubicweb-ctl.postinst
branch3.24
changeset 11832 e8be49ecb522
parent 11831 d1fbe53885e9
child 11833 1212f0fa2d42
--- a/debian/cubicweb-ctl.postinst	Thu Nov 17 16:03:02 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