debian/cubicweb-server.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 26 Jun 2013 09:35:54 +0200
branchstable
changeset 9132 b6bcf99504c9
parent 0 b97547f5f1fa
permissions -rw-r--r--
[server/repository] Go through the repo to close pyro sessions Turns out session.close() doesn't DTRT.

#! /bin/sh -e

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