debian/cubicweb-ctl.postrm
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 08 Oct 2013 16:56:45 +0200
changeset 9320 15bd24f9b9e0
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[doc/book/security] update description of entity update (Related to #2932033)

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