debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 18 Jul 2011 16:37:11 +0200
changeset 7666 8644c2a065f0
parent 0 b97547f5f1fa
permissions -rw-r--r--
fix test broken by previous commit

#! /bin/sh -e

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