summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Rößler2013-09-06 16:40:35 +0200
committerChristian Rößler2013-09-06 16:40:35 +0200
commit9e0740c95c2999872b8cc5fa9c06a22280894ebd (patch)
treeb9875d44618bf8054cf2ffa8412bd601d74188f7
parent[DEMOSERVER] Update install and update script (diff)
downloadtm-scripts-9e0740c95c2999872b8cc5fa9c06a22280894ebd.tar.gz
tm-scripts-9e0740c95c2999872b8cc5fa9c06a22280894ebd.tar.xz
tm-scripts-9e0740c95c2999872b8cc5fa9c06a22280894ebd.zip
[vbox] two unneeded files deleted
-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' "$@"
-
-
-
-