debian/cubicweb-twisted.postinst
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Tue, 26 May 2009 09:03:24 +0200
changeset 1933 f40ee76ecdf1
parent 0 b97547f5f1fa
permissions -rw-r--r--
[facet][RangeFacet] submit facet form when the user stops sliding

#! /bin/sh -e

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