debian/cubicweb-twisted.postinst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 03 Mar 2009 12:57:25 +0100
branchtreeview-tabs
changeset 997 ee71c2ba73e6
parent 0 b97547f5f1fa
permissions -rw-r--r--
[tabs] tabbed views don't support concatenation; when vid=primary is forced, delegate to the default tab/view #32176

#! /bin/sh -e

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