debian/cubicweb-ctl.postrm
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Tue, 11 Aug 2009 18:41:39 +0200
changeset 2783 493f527aed1e
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
backport stable branch

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