debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 14 Jun 2011 17:15:39 +0200
branchstable
changeset 7504 d95f9002edcc
parent 0 b97547f5f1fa
permissions -rw-r--r--
[sync schema hooks] consider etype name map before trying to update in-memory schema

#! /bin/sh -e

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