debian/cubicweb-twisted.postinst
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Fri, 29 Mar 2013 17:43:18 +0100
changeset 9073 9574df1cd054
parent 0 b97547f5f1fa
permissions -rw-r--r--
[Connection] inherit from RequestSessionBase This contains a lot method. We need them to move more code from Session to connection.

#! /bin/sh -e

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