debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 26 Sep 2011 09:31:09 +0200
branchstable
changeset 7851 54e6abed520a
parent 0 b97547f5f1fa
permissions -rw-r--r--
[i18n, facet] missing registration of <no relation> msgid

#! /bin/sh -e

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