debian/cubicweb-ctl.postrm
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Tue, 05 Apr 2011 13:23:47 +0200
branchstable
changeset 7179 00548a4b22a6
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
backport fix from oldstable

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