debian/cubicweb-twisted.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 27 Aug 2009 17:04:50 +0200
branch3.5
changeset 3043 7bcb7f1c0f46
parent 0 b97547f5f1fa
permissions -rw-r--r--
force cache clear when external entity is edited, we don't know what may occurs in external repository hooks

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