debian/cubicweb-twisted.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 02 Dec 2010 10:09:12 +0100
branchstable
changeset 6726 51880d28ef63
parent 0 b97547f5f1fa
permissions -rw-r--r--
[autoform] fix call to remove pending generic relation: reference bad function name

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