debian/cubicweb-twisted.postinst
author Katia Saurfelt <katia.saurfelt@logilab.fr>
Wed, 29 Jan 2014 10:57:10 +0100
changeset 9562 0509880fec01
parent 0 b97547f5f1fa
permissions -rw-r--r--
[facet] create a RangeRQLPathFacet (closes #2852512) This facet is a mix between a RQLPathFacet and a RangeFacet, allowing to use the FacetRangeWidget on the RQLPathFacet target attribute

#! /bin/sh -e

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