summaryrefslogtreecommitdiffstats
path: root/remote/modules/vbox
diff options
context:
space:
mode:
authorChristian Rößler2013-09-06 16:40:35 +0200
committerJonathan Bauer2013-09-30 13:22:04 +0200
commit3cb2f494ba24102b6bef579062c1c72108efac88 (patch)
treeed2420d4c9e49bd5aec08505fc22a2c11ff5e40c /remote/modules/vbox
parent[german] Try to make locale-gen logic a little smarter (diff)
downloadtm-scripts-3cb2f494ba24102b6bef579062c1c72108efac88.tar.gz
tm-scripts-3cb2f494ba24102b6bef579062c1c72108efac88.tar.xz
tm-scripts-3cb2f494ba24102b6bef579062c1c72108efac88.zip
[vbox] two unneeded files deleted
Diffstat (limited to 'remote/modules/vbox')
-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' "$@"
-
-
-
-