debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 21 May 2010 13:34:52 +0200
changeset 5562 4ccd599b5cf0
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[vreg] on registration completed, don't crash if an object depends on an unexistant registry, simply kick the object out

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