debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 06 Sep 2011 11:59:21 +0200
branchstable
changeset 7757 5b3584c5a7c3
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[hooks control] test and fix session.reset_hooks_mode_categories, closes #1908680

#!/bin/sh -e
if [ "$1" = "purge" ] ; then
        update-rc.d cubicweb remove >/dev/null
fi
 
#DEBHELPER#
 
exit 0