debian/cubicweb-twisted.prerm
author pierre-yves
Thu, 23 May 2013 19:25:24 +0200
changeset 8996 dcd8aa47adce
parent 0 b97547f5f1fa
permissions -rw-r--r--
[session] raise proper exception with get_tx is called on a closed session Prevent attribute error on _txs Closes #2897836

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