debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 25 Jan 2010 19:48:19 +0100 (2010-01-25)
changeset 4345 06a34ff6b49a
parent 0 b97547f5f1fa
permissions -rw-r--r--
skil internal field value, else we get an error
#! /bin/sh -e

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