debian/cubicweb-server.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 08 Feb 2016 16:39:51 +0100
changeset 11154 221febada1e8
parent 0 b97547f5f1fa
permissions -rw-r--r--
[wsgi] fix handling of multiple posted files We were only keeping the last received file.

#! /bin/sh -e

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