debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 11 Oct 2010 12:27:17 +0200
branchstable
changeset 6439 fe0fb6f95ff0
parent 0 b97547f5f1fa
permissions -rw-r--r--
[test] we must consider default_base_url()

#! /bin/sh -e

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