debian/cubicweb-server.postinst
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Wed, 03 Jun 2009 19:38:14 +0200
branchtreeview-tabs
changeset 2026 74edd1b34c52
parent 0 b97547f5f1fa
permissions -rw-r--r--
closing treeview-tabs branch merged into trunk.

#! /bin/sh -e

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