debian/cubicweb-server.prerm
author Julien Jehannet <julien@smaf.org>
Thu, 20 Jan 2011 14:38:53 +0100
branchstable
changeset 6871 b746dae3a004
parent 0 b97547f5f1fa
permissions -rw-r--r--
[docstring] minor: add warning about entity cache for rql_condition selector

#! /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