debian/cubicweb-server.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 15 Mar 2016 14:30:21 +0100
changeset 11188 744e57d74f6d
parent 0 b97547f5f1fa
permissions -rw-r--r--
[web/calendar] fix regression in previous changeset "Enables css customization in CalendarView" was untested, and introduced a crash: TypeError: not all arguments converted during string formatting

#! /bin/sh -e

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