debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 03 Jan 2013 23:27:56 +0100
changeset 8637 e16561083d84
parent 0 b97547f5f1fa
permissions -rw-r--r--
[dataimport] new ignore_errors argument to ucsvreader, default to False. Closes #2547200

#! /bin/sh -e

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