debian/cubicweb-server.postinst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Mon, 21 Oct 2013 09:58:26 +0200 (2013-10-21)
changeset 9341 099a3a33eaaa
parent 0 b97547f5f1fa
permissions -rw-r--r--
[uicfg] give a set_fields_order method to the primary view display control Hence it is nicely symmetrical with the fields kwargs. Closes #2741963.
#! /bin/sh -e

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