debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 29 Sep 2010 12:53:30 +0200
branchstable
changeset 6363 b9ec8ebc187a
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[web action] has_editable_relations should not filter out final relations, fix regression introduced in 6358:22c95c5ef12d

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