debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 30 Jul 2013 10:05:58 +0200
branchstable
changeset 9200 1ba5961b19dd
parent 0 b97547f5f1fa
permissions -rw-r--r--
[i18n test] load_po: fix bug in case of multi-lines msgid and ensure there are no duplicated messages

#! /bin/sh -e

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