debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 07 Jul 2011 17:06:50 +0200
changeset 7631 4ac19f288149
parent 0 b97547f5f1fa
permissions -rw-r--r--
[repo test] fix broken tests

#! /bin/sh -e

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