debian/cubicweb-ctl.postrm
author Charles Hébert <charles.hebert@logilab.fr>
Wed, 17 Feb 2010 15:57:03 +0100
branchstable
changeset 4614 95ccd84c892b
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
fix the bad rqlst syntax tree usage during facets initialization by copying it

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