debian/cubicweb-twisted.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 05 Oct 2015 16:54:12 +0200
changeset 10772 2ff5afce3216
parent 0 b97547f5f1fa
permissions -rw-r--r--
[web/test] unicode → cubicweb._

#! /bin/sh -e

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