debian/cubicweb-twisted.prerm
author Stephanie Marcu <stephanie.marcu@logilab.fr>
Wed, 25 Feb 2009 09:30:30 +0100
changeset 949 1fba39d6ee70
parent 0 b97547f5f1fa
permissions -rw-r--r--
fix in facets (avoid to have an horizontal space between facets when facets are unfold)

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