From 03ba4a33185198c08dc84c3888170797b1e7c7ce Mon Sep 17 00:00:00 2001 From: Frantisek Dufka Date: Wed, 24 Mar 2010 19:56:16 +0000 Subject: added desktop and service items for launching svn-id: r48386 --- dists/maemo/scummvm.wrapper | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dists/maemo/scummvm.wrapper') diff --git a/dists/maemo/scummvm.wrapper b/dists/maemo/scummvm.wrapper index 56329def21..37859d7ee6 100644 --- a/dists/maemo/scummvm.wrapper +++ b/dists/maemo/scummvm.wrapper @@ -4,4 +4,6 @@ BASENAME=`basename $0` export SDL_VIDEO_X11_WMCLASS=${BASENAME} export SCUMMVM_MAEMO_DEVICE=$(awk '/^product/ { print $2;}' /proc/component_version) -exec ${0}.bin "$@" +[ -x ${0}.bin ] && exec ${0}.bin "$@" +# optified binary +[ -x /opt/scummvm/bin/scummvm ] && exec /opt/scummvm/bin/scummvm "$@" -- cgit v1.2.3