debian/cubicweb-twisted.prerm
author Sylvain Thenault <sylvain.thenault@logilab.fr>
Thu, 08 Jan 2009 14:36:07 +0100
changeset 371 4e849b424aaa
parent 0 b97547f5f1fa
permissions -rw-r--r--
get extra space available in primary view when no right boxes

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