debian/cubicweb-ctl.postrm
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Wed, 26 Aug 2009 13:19:16 +0200
branchstable
changeset 3020 36c5f21c8de7
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
B in footer, replace "(c) Logilab" with "powered by CubicWeb"

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