debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 26 Apr 2010 17:11:59 +0200
changeset 5409 1e074c6150fe
parent 0 b97547f5f1fa
permissions -rw-r--r--
3.8.1

#! /bin/sh -e

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