debian/cubicweb-server.postinst
author Denis Laxalde <denis.laxalde@logilab.fr>
Fri, 12 Jul 2013 10:39:01 +0200
branchstable
changeset 9166 e47e192ea0d9
parent 0 b97547f5f1fa
permissions -rw-r--r--
Do not compute actions list in TableLayout view when display_actions attribute is unset Closes #3007281

#! /bin/sh -e

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