debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 18 Jul 2011 15:13:46 +0200
changeset 7663 fb2501d29587
parent 0 b97547f5f1fa
permissions -rw-r--r--
[facets] closes #1827464: facet box always appear by implementing proper selectors

#! /bin/sh -e

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