debian/cubicweb-twisted.postinst
author Rémi Cardona <remi.cardona@logilab.fr>
Tue, 22 Sep 2015 15:25:25 +0200
changeset 10714 8a2ec43fcf44
parent 0 b97547f5f1fa
permissions -rw-r--r--
[py3k] use inspect module to get a function's arguments

#! /bin/sh -e

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