debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 03 Mar 2011 17:50:13 +0100
branchstable
changeset 7037 6a8235456fe1
parent 0 b97547f5f1fa
permissions -rw-r--r--
[multi-sources] add missing close method on ConnectionWrapper

#! /bin/sh -e

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