debian/cubicweb-twisted.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 12 Mar 2013 12:34:07 +0100
changeset 8752 e19f4bba89cd
parent 0 b97547f5f1fa
permissions -rw-r--r--
Add CubicWebRequestBase.content (closes #2742453) This is the body of the HTTP request (stream)

#! /bin/sh -e

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