debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 22 Sep 2011 17:20:52 +0200
branchstable
changeset 7834 258fc0b4a1e0
parent 0 b97547f5f1fa
permissions -rw-r--r--
[reledit] honore 'rvid' for attribute relations (closes #1947471)

#! /bin/sh -e

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