debian/cubicweb-twisted.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 08 Jul 2010 12:43:39 +0200
changeset 5935 348cf2a14cc1
parent 0 b97547f5f1fa
permissions -rw-r--r--
[forms] we need a wrapping list to avoid bug caused by flatening done by $.map. Closes #1164908

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