debian/cubicweb-ctl.postrm
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 23 Apr 2014 18:17:42 +0200
changeset 9691 b9ca1551f14b
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[services] catch missing group early in register_user Better an assertion than a rql syntax error for such a programming error.

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