#!/bin/sh

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