debian/cubicweb-twisted.postinst
author Samuel Trégouët <samuel.tregouet@logilab.fr>
Thu, 03 Dec 2015 14:55:10 +0100
changeset 10943 1079d68130e1
parent 0 b97547f5f1fa
permissions -rw-r--r--
[dataimport] prepare_insert_entity should not crash with SQLGenObjectStore

#! /bin/sh -e

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