debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 21 Aug 2009 08:43:00 +0200
branch3.5
changeset 2944 3bd49b70f7f9
parent 0 b97547f5f1fa
permissions -rw-r--r--
[wf] return None, not empty list

#! /bin/sh -e

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