debian/cubicweb-twisted.postinst
author Rémi Cardona <remi.cardona@logilab.fr>
Thu, 08 Oct 2015 18:38:16 +0200
changeset 10640 17bdc485c5b2
parent 0 b97547f5f1fa
permissions -rw-r--r--
merge with 3.19.13

#! /bin/sh -e

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