debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 06 May 2013 17:26:16 +0200
changeset 8971 062e40f41b57
parent 0 b97547f5f1fa
permissions -rw-r--r--
[testlib] SaxOnlyValidator is deprecated, use XMLValidator instead

#! /bin/sh -e

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