#!/bin/sh
# Needed to make symlinks/shortcuts work.
# the binaries must run with correct working directory
cd "/usr/share/games/vavoom"
"/usr/games/vavoom-dedicated.powerpc" $* 
exit $?
