debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 20 Aug 2009 17:55:08 +0200
branchstable
changeset 2926 4484387ed012
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
when adding/removing cubes, we should add/remove entity types in correct order if one inherits from another

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