summaryrefslogtreecommitdiff
path: root/media-sound/teamspeak-client-bin/files/teamspeak3
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/teamspeak-client-bin/files/teamspeak3')
-rw-r--r--media-sound/teamspeak-client-bin/files/teamspeak310
1 files changed, 0 insertions, 10 deletions
diff --git a/media-sound/teamspeak-client-bin/files/teamspeak3 b/media-sound/teamspeak-client-bin/files/teamspeak3
deleted file mode 100644
index d598f01d..00000000
--- a/media-sound/teamspeak-client-bin/files/teamspeak3
+++ /dev/null
@@ -1,10 +0,0 @@
-#! /bin/sh
-
-BASEDIR="/opt/teamspeak3-client"
-
-export LD_LIBRARY_PATH="${BASEDIR}${LD_LIBRARY_PATH:+:}${LD_LIBRARY_PATH}"
-
-# work around DT_RPATH (.) security issue by chdir'ing into expected $LD_LIBRARY_PATH
-cd "${BASEDIR}"
-
-exec "${BASEDIR}/ts3client" "$@"