summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2020-01-07 15:49:22 +0100
committerConrad Kostecki <conikost@gentoo.org>2020-01-17 00:43:33 +0100
commit81116d72966bc622614bd1274a4aba97bb74ff4f (patch)
tree1c75ba5b06cce98fb8a1e8a27f18ab19f7ed5250 /media-sound/teamspeak-client/files
parentmedia-sound/teamspeak-server: bump to version 3.11.0 (diff)
downloadgentoo-81116d72966bc622614bd1274a4aba97bb74ff4f.tar.gz
gentoo-81116d72966bc622614bd1274a4aba97bb74ff4f.tar.bz2
gentoo-81116d72966bc622614bd1274a4aba97bb74ff4f.zip
media-sound/teamspeak-client: remove unused file
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>
Diffstat (limited to 'media-sound/teamspeak-client/files')
-rw-r--r--media-sound/teamspeak-client/files/ts3client-bin-r113
1 files changed, 0 insertions, 13 deletions
diff --git a/media-sound/teamspeak-client/files/ts3client-bin-r1 b/media-sound/teamspeak-client/files/ts3client-bin-r1
deleted file mode 100644
index 3edbc2e7907a..000000000000
--- a/media-sound/teamspeak-client/files/ts3client-bin-r1
+++ /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" $*