debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 26 Mar 2010 19:22:04 +0100
branchstable
changeset 5053 2021b3237015
parent 0 b97547f5f1fa
permissions -rw-r--r--
use lgc.testlib.TestCase

#! /bin/sh -e

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