debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 22 Dec 2009 19:26:12 +0100
changeset 4188 b3258d2afe04
parent 0 b97547f5f1fa
permissions -rw-r--r--
fix virtual relation detection: erschema is no more a relation type but a relation def in _synchronize_permissions

#! /bin/sh -e

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