debian/cubicweb-server.postinst
author Rémi Cardona <remi.cardona@logilab.fr>
Tue, 15 Sep 2015 17:25:50 +0200
changeset 10676 9d6b79081bad
parent 0 b97547f5f1fa
permissions -rw-r--r--
[py3k] use text/binary types from six

#! /bin/sh -e

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