debian/cubicweb-twisted.postinst
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Thu, 27 Jun 2013 19:02:06 +0200
changeset 9122 1d109fb9c67c
parent 0 b97547f5f1fa
permissions -rw-r--r--
[session] deprecate all Connection related method on session

#! /bin/sh -e

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