debian/cubicweb-twisted.postinst
author Laura Médioni <laura.medioni@logilab.fr>
Mon, 17 Mar 2014 15:21:47 +0100
changeset 11187 5213dfe9cddb
parent 0 b97547f5f1fa
permissions -rw-r--r--
Enables css customization in CalendarView now a custom css class can be set on the calendar div (closes #3654043).

#! /bin/sh -e

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