debian/cubicweb-twisted.postinst
author Rémi Cardona <remi.cardona@logilab.fr>
Thu, 09 Jul 2015 12:40:43 +0200
changeset 10520 d477e6447582
parent 0 b97547f5f1fa
permissions -rw-r--r--
[pkg] 3.20.9

#! /bin/sh -e

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