debian/cubicweb-server.postinst
author Florent <florent@secondweb.fr>
Tue, 23 Jun 2009 15:39:30 +0200
branchstable
changeset 2149 6a631ec5cc71
parent 0 b97547f5f1fa
permissions -rw-r--r--
fix date rounding issue in DateFacetRangeWidget

#! /bin/sh -e

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