debian/cubicweb-server.postinst
author David Douard <david.douard@logilab.fr>
Wed, 06 Jan 2016 08:58:43 +0100
changeset 11055 3c1139344621
parent 0 b97547f5f1fa
permissions -rw-r--r--
[datafeed] io.BytesIO requires a buffer, not a unicode (closes #9783743) The URLLibResponseAdapter should probably be refactored (or killed?)

#! /bin/sh -e

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