debian/cubicweb-twisted.postinst
author Katia Saurfelt <katia.saurfelt@logilab.fr>
Thu, 01 Mar 2012 15:00:58 +0100
branchstable
changeset 8290 d07dadd8f664
parent 0 b97547f5f1fa
permissions -rw-r--r--
fix events display in calendar (closes #2167866)

#! /bin/sh -e

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