debian/cubicweb-twisted.postinst
author Sylvain Thenault <sylvain.thenault@logilab.fr>
Tue, 06 Jan 2009 18:21:03 +0100
changeset 332 86b8d58664eb
parent 0 b97547f5f1fa
permissions -rw-r--r--
backport msplanner test from cubicweb-multisources

#! /bin/sh -e

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