debian/cubicweb-twisted.prerm
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Mon, 16 Aug 2010 12:07:34 +0200
branchstable
changeset 6110 7c419cbe9809
parent 0 b97547f5f1fa
permissions -rw-r--r--
[views/reledit] fix bad role handling in _may_add_related

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