debian/cubicweb-twisted.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 08 Feb 2016 16:32:07 +0100
changeset 11161 dd1933f56f4e
parent 0 b97547f5f1fa
permissions -rw-r--r--
[devtools/test] fix bytes vs text in test_base_url Needed for python3 with the next changeset

#! /bin/sh -e

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