debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 10 Apr 2012 17:03:19 +0200
changeset 8349 fdb796435d7b
parent 0 b97547f5f1fa
permissions -rw-r--r--
backport stable

#! /bin/sh -e

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