debian/cubicweb-twisted.prerm
author sylvain.thenault@logilab.fr
Tue, 27 Jan 2009 14:03:17 +0100
changeset 479 ac5c9442b1fd
parent 0 b97547f5f1fa
permissions -rw-r--r--
update some copyrights

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