#!/bin/sh

QT4DIR=%{_qt4_prefix}
PYTHONDOCDIR=/usr/share/doc/python-docs-2.7/html
QT4DOCDIR=%{_qt4_docdir}/html
PYQT4DOCDIR=/usr/share/doc/PyQt4-devel-4.11.3/html
export QT4DIR PYTHONDOCDIR QT4DOCDIR PYQT4DOCDIR
exec "/usr/bin/python" "/usr/lib/python2.7/site-packages/eric4/eric4.py" "$@"
