debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 17 Oct 2011 19:27:54 +0200
changeset 7964 4ea2abc83dce
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[entity related rql] 'is' relation target constant should have 'etype' type, not String

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