debian/cubicweb-ctl.postrm
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Fri, 29 Oct 2010 00:03:48 +0200
changeset 6660 f5a018f330ac
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
merge changes from stable branch

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