debian/cubicweb-server.postinst
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

if [ -x "/etc/init.d/cubicweb-ctl" ]; then
    invoke-rc.d cubicweb-ctl restart || true
fi
 
 
#DEBHELPER#
 
exit 0