debian/cubicweb-ctl.postinst
changeset 462 c6e313c7a2e0
parent 241 89e11cc865b2
child 1448 62f099f0916f
--- a/debian/cubicweb-ctl.postinst	Fri Jan 16 18:31:40 2009 +0100
+++ b/debian/cubicweb-ctl.postinst	Fri Jan 16 20:03:58 2009 +0100
@@ -2,7 +2,7 @@
 
 case "$1" in
     configure|abort-upgrade|abort-remove|abort-deconfigure)
-        update-rc.d cubicweb defaults >/dev/null
+        update-rc.d cubicweb defaults 99 >/dev/null
     ;;
     *)
         echo "postinst called with unknown argument \`$1'" >&2