diff -r 7cb7cb318983 -r c6e313c7a2e0 debian/cubicweb-ctl.postinst --- 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