#!/bin/sh
# If using esd, realplayer tries to load libesd.so, which is only in
# libesd0-dev. To work around this, point it at a directory that has a
# file by that name, linking to the actual library.
LD_LIBRARY_PATH=/usr/lib/RealPlayer8:$LD_LIBRARY_PATH exec /usr/lib/RealPlayer8/realplay "$@"
