debian/cubicweb-ctl.postrm
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 20 Oct 2009 12:48:43 +0200
branchstable
changeset 3745 006c81b94ec5
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
move these definitions below cell_call

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