debian/cubicweb-ctl.postrm
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 01 Apr 2014 18:09:46 +0200
branchstable
changeset 9600 bde625698f44
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[merge] bring the 3.17.14 fixes to 3.18

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