debian/cubicweb-twisted.postinst
author sylvain.thenault@logilab.fr
Fri, 13 Feb 2009 09:28:30 +0100
changeset 610 30cb5e29a416
parent 0 b97547f5f1fa
permissions -rw-r--r--
take care, cnx may be None in which case we can't get/set session data

#! /bin/sh -e

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