debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 11 Jun 2010 11:36:01 +0200
branchstable
changeset 5730 784025c15a3c
parent 0 b97547f5f1fa
permissions -rw-r--r--
[xhtml] fix soup2xhtml to deal with malformed div,body and html tags which may leads to malformed return value

#! /bin/sh -e

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