debian/cubicweb-server.postinst
author Rémi Cardona <remi.cardona@logilab.fr>
Mon, 21 Sep 2015 18:58:12 +0200
changeset 10725 1776c94a74e8
parent 0 b97547f5f1fa
permissions -rw-r--r--
[py3k] unicode → six.text_type

#! /bin/sh -e

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