debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 02 Jul 2013 09:35:58 +0200
branchstable
changeset 9137 c791d8fddc15
parent 0 b97547f5f1fa
permissions -rw-r--r--
[web doctype test] don't give reset_xmldecl to avoid deprecation warning

#! /bin/sh -e

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