debian/cubicweb-twisted.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 21 Dec 2009 20:28:01 +0100
changeset 4171 f1b9f0ed1253
parent 0 b97547f5f1fa
permissions -rw-r--r--
make new editcontroller works, based on a _cw_edited_fields 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