debian/cubicweb-server.postinst
author Rémi Cardona <remi.cardona@logilab.fr>
Mon, 14 Sep 2015 18:56:29 +0200
changeset 10618 3274a1648c7e
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