debian/cubicweb-server.postinst
author Alain Leufroy <alain.leufroy@logilab.fr>
Mon, 02 Jun 2014 13:50:15 +0200
changeset 9899 2918ef1e3199
parent 0 b97547f5f1fa
permissions -rw-r--r--
[dataimport] _create_copyfrom_buffer: fix separator check in string converter The empty string is a valid replace_sep. Related to #3845572

#! /bin/sh -e

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