debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 14 Sep 2010 15:38:41 +0200
branchstable
changeset 6237 0c886f667b1f
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[basecontroller] handle case where the query is prefixed by 'rql:' as allowed by the search input

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