debian/cubicweb-server.postinst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 27 Jun 2012 18:10:59 +0200
changeset 8445 594efcf51536
parent 0 b97547f5f1fa
permissions -rw-r--r--
[formrenderers] if a tag object gets there, it blows (closes #2410462) - cwtags monkeypatches cubicweb's UStringIO's .write and .getvalue methods - but it cannot monkeypatch list.append ...

#! /bin/sh -e

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