debian/cubicweb-twisted.postinst
author Arthur Lutz <arthur.lutz@logilab.fr>
Wed, 23 May 2012 11:00:29 +0200
branchstable
changeset 8416 e7f06e562a27
parent 0 b97547f5f1fa
permissions -rw-r--r--
[ui] display author name in box instead of login (closes #1529147)

#! /bin/sh -e

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