media-sound/teamspeak-client: remove unused file
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Tue, 7 Jan 2020 14:49:22 +0000 (15:49 +0100)
committerConrad Kostecki <conikost@gentoo.org>
Thu, 16 Jan 2020 23:43:33 +0000 (00:43 +0100)
Closes: https://github.com/gentoo/gentoo/pull/14276
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
media-sound/teamspeak-client/files/ts3client-bin-r1 [deleted file]

diff --git a/media-sound/teamspeak-client/files/ts3client-bin-r1 b/media-sound/teamspeak-client/files/ts3client-bin-r1
deleted file mode 100644 (file)
index 3edbc2e..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-
-# Sets BASEDIR for teamspeak3-client
-BASEDIR="/opt/teamspeak3-client"
-
-# Work around DT_RPATH (.) security issue by chdir'ing into expected $LD_LIBRARY_PATH
-export LD_LIBRARY_PATH="${BASEDIR}${LD_LIBRARY_PATH:+:}${LD_LIBRARY_PATH}"
-
-# Preload the library that provides calloc@Qt_5 and such (gentoo bug 675874)
-export LD_PRELOAD="${BASEDIR}/overrides.so${LD_PRELOAD:+:}${LD_PRELOAD}"
-
-# Launch teamspeak3-client
-cd "${BASEDIR}" && exec "${BASEDIR}/ts3client" $*