debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 04 Feb 2011 10:02:48 +0100
branchstable
changeset 6939 8fa55cf2a8cb
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[c-c] fix crash on delete instance + potential others when user don't specify db user's password

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