debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 15 Oct 2009 15:27:25 +0200
branchstable
changeset 3684 c0a854810942
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
support _cw_unsafe as set_attributes/set_relations

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