debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 10 Dec 2009 17:59:23 +0100
changeset 4108 f9c51250480a
parent 0 b97547f5f1fa
permissions -rw-r--r--
schema view fix

#! /bin/sh -e

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