debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 21 Oct 2011 14:32:37 +0200
changeset 7993 aa0addce4dae
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[management table] fix and upgrade users and groups management tables to new api

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