debian/cubicweb-twisted.postinst
author Denis Laxalde <denis.laxalde@logilab.fr>
Mon, 16 Dec 2013 08:45:06 +0100
changeset 9387 f31f0c8bda4f
parent 0 b97547f5f1fa
permissions -rw-r--r--
[notification] Use https url when available in notification view context Closes #3376252.

#! /bin/sh -e

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