debian/cubicweb-twisted.postinst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Fri, 23 Sep 2011 10:42:16 +0200
branchstable
changeset 7842 fa7e463cae9d
parent 0 b97547f5f1fa
permissions -rw-r--r--
[views/facets] simple horizontal layout when there are a few facets only (closes #1921709)

#! /bin/sh -e

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