debian/cubicweb-server.postinst
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Mon, 02 May 2016 17:14:43 +0200
changeset 11239 19cacea03fde
parent 0 b97547f5f1fa
permissions -rw-r--r--
[doc] fix abstract and example of data import

#! /bin/sh -e

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