debian/cubicweb-twisted.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 14 Dec 2015 16:19:52 +0100
changeset 10971 de59a60a9e40
parent 0 b97547f5f1fa
permissions -rw-r--r--
[dataimport] Fallback from COPY to executemany (closes #9135780) If we can't build a suitable COPY command (e.g. because data has unsupported type), use executemany instead. Regression introduced in 3.20.0.

#! /bin/sh -e

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