debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 14 Sep 2012 17:42:24 +0200
branchstable
changeset 8545 eb7a171cec72
parent 0 b97547f5f1fa
permissions -rw-r--r--
[repo pyro] fix previous commit: should not import Pyro in remoterql module/base class, it may be missing

#! /bin/sh -e

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