debian/cubicweb-server.postinst
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Tue, 25 Aug 2009 22:57:47 +0200
branchstable
changeset 2996 866a2c135c33
parent 0 b97547f5f1fa
permissions -rw-r--r--
B #345282 xhtml requires to use &#160; instead of &nbsp;

#! /bin/sh -e

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