debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 05 Mar 2015 11:40:56 +0100
changeset 10217 75cd7df5c32e
parent 0 b97547f5f1fa
permissions -rw-r--r--
[i18n generation] add missing 'add a EntityType' message to generated catalogs. Closes #5012581

#! /bin/sh -e

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