debian/cubicweb-twisted.postinst
author Rémi Cardona <remi.cardona@logilab.fr>
Thu, 09 Jul 2015 15:13:10 +0200
changeset 10521 38b108b6bb1f
parent 0 b97547f5f1fa
permissions -rw-r--r--
Added tag 3.20.9, debian/3.20.9-1, centos/3.20.9-1 for changeset d477e6447582

#! /bin/sh -e

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