#!/bin/sh
#
# This starup script will set the correct library path
# and then startup the teamspeak binary.
#

export LD_LIBRARY_PATH=%installdir%:$LD_LIBRARY_PATH
%installdir%/TeamSpeak.bin $*
