debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 17 Jun 2010 16:16:08 +0200
branchstable
changeset 5776 e7a88c97fef7
parent 0 b97547f5f1fa
permissions -rw-r--r--
[web actions] fix recent refactoring, leading to missing redirect parameters in action's url

#! /bin/sh -e

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