debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 09 Nov 2011 18:43:01 +0100
changeset 8075 f57ffbfe90fe
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[test] add some tests for rql's add_type_restriction

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