debian/cubicweb-twisted.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Fri, 17 Jan 2014 09:35:53 +0100
changeset 9417 60322cb8636c
parent 0 b97547f5f1fa
permissions -rw-r--r--
[web/data] Update fullcalendar to version 1.6.4 Fixes compat with jquery 1.10 (closes #3445689)

#! /bin/sh -e

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