debian/cubicweb-twisted.postinst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Mon, 04 Jul 2011 12:37:44 +0200
changeset 7614 40f33b3d3ea6
parent 0 b97547f5f1fa
permissions -rw-r--r--
[facetbox] put the facet box in a box

#! /bin/sh -e

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