debian/cubicweb-twisted.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 26 Mar 2010 08:28:22 +0100
branchstable
changeset 5030 5238d9a8dfee
parent 0 b97547f5f1fa
permissions -rw-r--r--
[form] put qualified name on validation error, should fix #784299

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