debian/cubicweb-twisted.prerm
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Thu, 01 Oct 2009 17:15:46 +0200
branchstable
changeset 3545 242b07b6d820
parent 0 b97547f5f1fa
permissions -rw-r--r--
fix remove/do not remove action sequence (using a temp attribute instead of setting a wrong value in the resurrected hidden input)

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