debian/cubicweb-twisted.postinst
author Stephanie Marcu <stephanie.marcu@logilab.fr>
Wed, 25 Feb 2009 09:30:30 +0100
changeset 949 1fba39d6ee70
parent 0 b97547f5f1fa
permissions -rw-r--r--
fix in facets (avoid to have an horizontal space between facets when facets are unfold)

#! /bin/sh -e

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