debian/cubicweb-server.postinst
author Rémi Cardona <remi.cardona@logilab.fr>
Tue, 13 Oct 2015 17:16:26 +0200
changeset 10718 97d398e17f8c
parent 0 b97547f5f1fa
permissions -rw-r--r--
[py3k] MethodType no longer takes a class argument

#! /bin/sh -e

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