debian/cubicweb-twisted.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 18 Mar 2010 17:33:03 +0100
branchstable
changeset 4946 2654cd5c87e0
parent 0 b97547f5f1fa
permissions -rw-r--r--
[repo] don't call server_shutdown hooks when creating/repairing instance to be consistence with server_startup 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