summaryrefslogtreecommitdiffstats
path: root/remote/modules/vbox/data/opt
diff options
context:
space:
mode:
authorSimon Rettberg2013-09-09 19:51:02 +0200
committerSimon Rettberg2013-09-09 19:51:02 +0200
commitc59849fcefcf4192b197731b23968ecb9ca362d3 (patch)
tree85aee25f4c171064d41ad49c896364ed5f6d6ce7 /remote/modules/vbox/data/opt
parent[german] Try to make locale-gen logic a little smarter (diff)
parentMerge branch 'master' of dnbd3:openslx-ng/tm-scripts (diff)
downloadtm-scripts-c59849fcefcf4192b197731b23968ecb9ca362d3.tar.gz
tm-scripts-c59849fcefcf4192b197731b23968ecb9ca362d3.tar.xz
tm-scripts-c59849fcefcf4192b197731b23968ecb9ca362d3.zip
Merge branch 'master' of simonslx:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/vbox/data/opt')
-rwxr-xr-xremote/modules/vbox/data/opt/openslx/bin/vmplayer15
-rwxr-xr-xremote/modules/vbox/data/opt/openslx/bin/vmware11
2 files changed, 0 insertions, 26 deletions
diff --git a/remote/modules/vbox/data/opt/openslx/bin/vmplayer b/remote/modules/vbox/data/opt/openslx/bin/vmplayer
deleted file mode 100755
index 147f514f..00000000
--- a/remote/modules/vbox/data/opt/openslx/bin/vmplayer
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-# radically simplified version of the original script vmplayer by VMware Inc.
-PREFIX=/usr/lib/vmware # depends on the vmware location
-
-# HACK: Let the OpenGL driver report s3tc capability even if not present, so 3D will be enabled
-export force_s3tc_enable=true
-
-exec "$PREFIX"'/lib/wrapper-gtk24.sh' \
- "$PREFIX"'/lib' \
- "$PREFIX"'/bin/vmplayer' \
- "$PREFIX"'/libconf' "$@"
-
-
-
-
diff --git a/remote/modules/vbox/data/opt/openslx/bin/vmware b/remote/modules/vbox/data/opt/openslx/bin/vmware
deleted file mode 100755
index 1fe9b11d..00000000
--- a/remote/modules/vbox/data/opt/openslx/bin/vmware
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-# radically simplified version of the original script vmplayer by VMware Inc.
-PREFIX=/usr/lib/vmware # depends on the vmware location
-exec "$PREFIX"'/lib/wrapper-gtk24.sh' \
- "$PREFIX"'/lib' \
- "$PREFIX"'/bin/vmware' \
- "$PREFIX"'/libconf' "$@"
-
-
-
-