debian/cubicweb-server.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 21 Oct 2014 18:01:06 +0200
changeset 10101 476c850f8cd5
parent 0 b97547f5f1fa
permissions -rw-r--r--
[web] Replace minified copy of jquery.flot.js 0.6 with non-minified version Related to #3851121

#! /bin/sh -e

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