debian/cubicweb-twisted.postinst
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Thu, 10 Mar 2011 12:04:46 +0100
changeset 7070 5f8e52d722c5
parent 0 b97547f5f1fa
permissions -rw-r--r--
[web] provide a data_url() method on req and get_rid of explicit datadir_url usage (#1438736)

#! /bin/sh -e

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