debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 05 May 2015 15:36:56 +0200
changeset 10372 9222e056584e
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[reledit] also check for cardinality before displaying the delete relation action. Closes #5334750

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