debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 28 Jan 2016 18:14:55 +0100
changeset 11324 4b530be87d36
parent 0 b97547f5f1fa
permissions -rw-r--r--
[dataimport] meta_data -> metadata

#! /bin/sh -e

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