debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 07 Jan 2011 18:51:50 +0100
branchstable
changeset 6795 f29d24c3d687
parent 0 b97547f5f1fa
permissions -rw-r--r--
[server test] fix test inter-dependancy issue

#! /bin/sh -e

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