debian/cubicweb-twisted.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 01 Apr 2014 16:35:15 +0200
changeset 9619 a4e97a31cc11
parent 0 b97547f5f1fa
permissions -rw-r--r--
[hooks/syncsources] use a cnx not a session

#! /bin/sh -e

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