debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 09 Mar 2011 18:26:43 +0100
branchstable
changeset 7066 7baf7515c3b9
parent 0 b97547f5f1fa
permissions -rw-r--r--
[testlib] fix regression introduced in 7065:6a6ea9966931

#! /bin/sh -e

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