debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 21 Dec 2009 18:45:42 +0100
changeset 4154 f3989908a140
parent 0 b97547f5f1fa
permissions -rw-r--r--
fix translation of message to view newly created entity: must be done once language is set...

#! /bin/sh -e

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