debian/cubicweb-twisted.postinst
author Samuel Trégouët <samuel.tregouet@logilab.fr>
Thu, 03 Dec 2015 14:55:10 +0100
changeset 10984 a42f6e7cef35
parent 0 b97547f5f1fa
permissions -rw-r--r--
[dataimport] prepare_insert_entity should not crash with SQLGenObjectStore grafted from 1079d68130e1e780791ceb2050e8a8b7a910f48d (3.22) related to #9177565.

#! /bin/sh -e

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