debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 04 Jul 2011 16:46:29 +0200
changeset 7615 e5ad51352eb3
parent 0 b97547f5f1fa
permissions -rw-r--r--
[facet] fix argument inversion in date range facet

#! /bin/sh -e

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