debian/cubicweb-twisted.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 10 May 2011 10:28:29 +0200
changeset 7349 43416f63eca9
parent 0 b97547f5f1fa
permissions -rw-r--r--
[session] nicer local variable names

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