debian/cubicweb-ctl.postrm
author Emile Anclin <emile.anclin@logilab.fr>
Thu, 26 Mar 2009 11:43:06 +0100 (2009-03-26)
changeset 1163 232aef110a0a
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
doc improvements; typos
#!/bin/sh -e
if [ "$1" = "purge" ] ; then
        update-rc.d cubicweb remove >/dev/null
fi
 
#DEBHELPER#
 
exit 0