debian/cubicweb-twisted.prerm
author Julien Jehannet <julien.jehannet@logilab.fr>
Fri, 26 Feb 2010 17:00:42 +0100
branchstable
changeset 4784 eed95a456b88
parent 0 b97547f5f1fa
permissions -rw-r--r--
le patch documentation-admin-tips a été importé

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