debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 18 May 2009 18:42:12 +0200
branchstable
changeset 1847 c5714f07f869
parent 0 b97547f5f1fa
permissions -rw-r--r--
#343256: form redirection stopped working with 3.2

#! /bin/sh -e

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