summaryrefslogtreecommitdiffstats
path: root/remote/modules/vmplayer/data/opt/openslx/bin/vmware
diff options
context:
space:
mode:
Diffstat (limited to 'remote/modules/vmplayer/data/opt/openslx/bin/vmware')
-rwxr-xr-xremote/modules/vmplayer/data/opt/openslx/bin/vmware11
1 files changed, 0 insertions, 11 deletions
diff --git a/remote/modules/vmplayer/data/opt/openslx/bin/vmware b/remote/modules/vmplayer/data/opt/openslx/bin/vmware
deleted file mode 100755
index 1fe9b11d..00000000
--- a/remote/modules/vmplayer/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' "$@"
-
-
-
-