debian/cubicweb-server.postinst
author Anthony Truchet <anthony.truchet@logilab.fr>
Mon, 27 Feb 2012 09:45:48 +0100
changeset 8266 704dda5c07f7
parent 0 b97547f5f1fa
permissions -rw-r--r--
[undo, transactions] Adds a property in the transaction API. (closes #2202953) Required by forthcoming changes in undo_web.diff

#! /bin/sh -e

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