debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 04 Oct 2010 19:09:09 +0200
branchstable
changeset 6393 7372100062e8
parent 0 b97547f5f1fa
permissions -rw-r--r--
include fcayre's patch #1060507 to get extra rql query parameters from form content in rgx_action

#! /bin/sh -e

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