debian/cubicweb-twisted.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 21 Sep 2009 19:49:02 +0200
branchstable
changeset 3355 39ea15e4589a
parent 0 b97547f5f1fa
permissions -rw-r--r--
[inline forms] propagate kwargs to render_form

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