debian/cubicweb-ctl.postrm
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Fri, 31 Jul 2009 22:37:28 +0200
changeset 2613 5e19c2bb370e
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
R [all] logilab.common 0.44 provides only deprecated

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