debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 14 Jun 2010 18:58:03 +0200
branchstable
changeset 5744 6b2a987370e8
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[hooks] entity_oldnewvalue should never return _MARKER: if the attribute isn't in the entity dict (hence unmodified), return the old value

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