debian/cubicweb-server.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 18 Jan 2010 11:55:37 +0100
changeset 4248 d375643eea43
parent 0 b97547f5f1fa
permissions -rw-r--r--
don't add another _cw_edited_field hidden when build_context is called twice (may occurs with inlined relation forms)

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