#!/bin/sh
 cd /usr/share/exaile
 export MOZILLA_FIVE_HOME=`cat /etc/gre.d/gre.conf | grep GRE_PATH | sed -e 's/GRE_PATH=//'`
 exec python /usr/lib/exaile/exaile.py "$@"
