debian/cubicweb-twisted.postinst
author Rémi Cardona <remi.cardona@logilab.fr>
Thu, 01 Oct 2015 12:33:58 +0200
changeset 10757 f73a9a884534
parent 0 b97547f5f1fa
permissions -rw-r--r--
[py3k] io.BytesIO

#! /bin/sh -e

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