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

#! /bin/sh -e
 
case "$1" in
    remove)
	if [ -x "/etc/init.d/cubicweb-ctl" ]; then
	    invoke-rc.d cubicweb-ctl stop || true
	fi
    ;;
esac
 
#DEBHELPER#
 
exit 0