debian/cubicweb-server.postinst
author Florent Cayré <florent.cayre@gmail.com>
Wed, 25 May 2011 08:35:20 +0200
branchstable
changeset 7425 7e9d1d6fcba7
parent 0 b97547f5f1fa
permissions -rw-r--r--
[entity fetch_attrs] remove ambiguous relations on different etypes from fetched attrs or it may produce wrong related results; closes #1700896

#! /bin/sh -e

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