debian/cubicweb-twisted.postinst
author Rémi Cardona <remi.cardona@logilab.fr>
Tue, 15 Dec 2015 12:00:31 +0100
changeset 10979 d3b92d3a7db0
parent 0 b97547f5f1fa
permissions -rw-r--r--
[pkg] 3.21.4

#! /bin/sh -e

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