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

#! /bin/sh -e

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