debian/cubicweb-ctl.postrm
author Katia Saurfelt <katia.saurfelt@logilab.fr>
Mon, 27 Apr 2009 16:08:28 +0200
changeset 1608 57cd5b89d10c
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
StartupView have already match_user_group selector

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