debian/cubicweb-server.postinst
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Mon, 16 Nov 2009 17:20:03 +0100
branchstable
changeset 3863 fe22502d4ab1
parent 0 b97547f5f1fa
permissions -rw-r--r--
[forms] add setFormsTarget() to the list of postAjaxLoad callbacks to have iframe on ajax-rendered forms

#! /bin/sh -e

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