debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 09 Mar 2010 11:27:41 +0100
branchstable
changeset 4846 a2fb82770fa6
parent 0 b97547f5f1fa
permissions -rw-r--r--
[widget] allow to specify hour/minute separator on the JQueryTimePicker (vgodard patch)

#! /bin/sh -e

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