debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 22 Jul 2013 10:55:45 +0200
branchstable
changeset 9164 4415209bea0a
parent 0 b97547f5f1fa
permissions -rw-r--r--
[migration] when adding a cube, skip infered relations (closes #3005576) Skipped infered relations are recalculated later.

#! /bin/sh -e

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