debian/cubicweb-twisted.postinst
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Wed, 29 Jul 2009 12:46:09 +0200
changeset 2564 5f38f5eaff86
parent 0 b97547f5f1fa
permissions -rw-r--r--
[F plot] make jquery plots accept a fourth column that specifies a date format for tooltips

#! /bin/sh -e

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