debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 14 Jan 2010 11:12:52 +0100
changeset 4239 bce7a7a95f2b
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
fix error key / field input detection (field's name include -role when specified, the error key *may* include it

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