debian/cubicweb-ctl.postrm
author David Douard <david.douard@logilab.fr>
Fri, 30 Nov 2012 21:18:05 +0100
branchstable
changeset 8606 0163bd9f4880
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
prepare 3.15.6

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