debian/cubicweb-twisted.postinst
author David Douard <david.douard@logilab.fr>
Tue, 19 Apr 2016 13:57:12 +0200
changeset 11233 f24e83a82a4f
parent 0 b97547f5f1fa
permissions -rw-r--r--
[server] make InternalManager.name() return an empty string (closes #12418708) Otherwise the notification emails sent via an internal_session never honor the EMAIL.sender-name configuration option.

#! /bin/sh -e

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