debian/cubicweb-ctl.postrm
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Tue, 07 Jun 2011 10:03:31 +0200
changeset 7466 395c966a1cb3
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[parsers] remove build_search_rql() that duplicates find_entities()

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