debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 12 Jul 2011 17:50:31 +0200 (2011-07-12)
changeset 7660 a1506b5306cc
parent 0 b97547f5f1fa
permissions -rw-r--r--
closes #1826543: error on some ajax_replace_url call
#! /bin/sh -e

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