debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 07 Sep 2011 17:01:32 +0200
branchstable
changeset 7768 bd44f506ca86
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
closes #1914824: fix retrieval of _andor input, test and fix generated rql

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