debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 21 Aug 2009 08:43:28 +0200
branch3.5
changeset 2945 f0ab83510477
parent 0 b97547f5f1fa
permissions -rw-r--r--
[wf] allow ascii state/transition names

#! /bin/sh -e

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