debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 10 Jun 2011 08:04:46 +0200
changeset 7490 a96137858f57
parent 0 b97547f5f1fa
permissions -rw-r--r--
Added tag cubicweb-version-3.13.0 for changeset b661ef475260

#! /bin/sh -e

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