debian/cubicweb-twisted.postinst
author Rémi Cardona <remi.cardona@logilab.fr>
Thu, 03 Apr 2014 15:36:33 +0200
branchstable
changeset 9695 aa982b7c3f2a
parent 0 b97547f5f1fa
permissions -rw-r--r--
[dataimport] Prevent ucsvreader from skipping the first line when ignore_errors is True (closes #3705791)

#! /bin/sh -e

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