debian/cubicweb-ctl.postrm
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Fri, 14 Feb 2014 10:39:16 +0100
branchstable
changeset 9528 7f3a3fc4a2a3
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
backout 8f3e963501e2, which is not ready yet

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