debian/cubicweb-twisted.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 09 Nov 2015 17:00:50 +0100
changeset 10881 247ddae477ae
parent 0 b97547f5f1fa
permissions -rw-r--r--
[dataimport] drop duplicate init of MassiveObjectStore.sql

#! /bin/sh -e

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