debian/cubicweb-twisted.postinst
author Rémi Cardona <remi.cardona@logilab.fr>
Thu, 03 Apr 2014 14:17:16 +0200
changeset 10091 09878c2f8621
parent 0 b97547f5f1fa
permissions -rw-r--r--
[dataimport] Have ucsvreader's API match that of csv.reader (closes #3705701) 'separator' and 'quote' are replaced with 'delimiter' and 'quotechar'.

#! /bin/sh -e

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