debian/cubicweb-twisted.postinst
author Katia Saurfelt <katia.saurfelt@logilab.fr>
Fri, 02 Mar 2012 15:15:20 +0100
branchstable
changeset 8295 302dcb3c6858
parent 0 b97547f5f1fa
permissions -rw-r--r--
[js] fix $.fullCalendar.regional call (closes #2232028)

#! /bin/sh -e

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