debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 25 Aug 2009 12:38:37 +0200
branch3.5
changeset 2978 d8c5ad14ab8e
parent 0 b97547f5f1fa
permissions -rw-r--r--
[wf] distinguish main workflow / current workflow

#! /bin/sh -e

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