debian/cubicweb-twisted.postinst
author Rémi Cardona <remi.cardona@logilab.fr>
Wed, 16 Sep 2015 17:07:26 +0200
changeset 10695 321b99973b69
parent 0 b97547f5f1fa
permissions -rw-r--r--
[web/views] Port csvexport views to py3k There are a few hoops to jump through since python 3's csv module _is_ unicode aware.

#! /bin/sh -e

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