debian/cubicweb-ctl.postrm
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Thu, 28 May 2009 16:59:14 +0200
changeset 1991 8a9d8f1ee100
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
bugfix for plots

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