debian/cubicweb-twisted.postinst
author Vincent Michel <vincent.michel@logilab.fr>
Mon, 07 Apr 2014 08:44:56 +0000
branchstable
changeset 9696 4de6e73f580d
parent 0 b97547f5f1fa
permissions -rw-r--r--
[dataimport] Correctly serialize datetime objects in _create_copyfrom_buffer, closes #3712885

#! /bin/sh -e

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