debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 14 Dec 2011 12:13:28 +0100
branchstable
changeset 8136 273d8a03700c
parent 0 b97547f5f1fa
permissions -rw-r--r--
[sources management] fix crash mapping tab because chain() is not indexable. Closes #2124077

#! /bin/sh -e

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