debian/cubicweb-ctl.postrm
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 18 Aug 2009 16:05:50 +0200
branchstable
changeset 2909 e695b7b0359d
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[hooks] say which are the states (again)

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