summaryrefslogtreecommitdiffstats
path: root/remote/modules/vmchooser/data
diff options
context:
space:
mode:
authorMichael Neves2013-05-13 16:37:59 +0200
committerMichael Neves2013-05-13 16:37:59 +0200
commitb15315fc892deb27b8dfe4a50aba329130a5b0e6 (patch)
tree414213dcf3585874778c109638710b5fa0190a86 /remote/modules/vmchooser/data
parentvmplayer initialization scripts (diff)
downloadtm-scripts-b15315fc892deb27b8dfe4a50aba329130a5b0e6.tar.gz
tm-scripts-b15315fc892deb27b8dfe4a50aba329130a5b0e6.tar.xz
tm-scripts-b15315fc892deb27b8dfe4a50aba329130a5b0e6.zip
delete old dirs
Diffstat (limited to 'remote/modules/vmchooser/data')
-rwxr-xr-xremote/modules/vmchooser/data/opt/openslx/bin/vmplayer8
-rwxr-xr-xremote/modules/vmchooser/data/opt/openslx/bin/vmware8
2 files changed, 0 insertions, 16 deletions
diff --git a/remote/modules/vmchooser/data/opt/openslx/bin/vmplayer b/remote/modules/vmchooser/data/opt/openslx/bin/vmplayer
deleted file mode 100755
index c9b57a65..00000000
--- a/remote/modules/vmchooser/data/opt/openslx/bin/vmplayer
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-# written by OpenSLX-plugin 'vmware' in Stage1
-# 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/vmplayer' \
- "$PREFIX"'/libconf' "$@"
diff --git a/remote/modules/vmchooser/data/opt/openslx/bin/vmware b/remote/modules/vmchooser/data/opt/openslx/bin/vmware
deleted file mode 100755
index 8b568f53..00000000
--- a/remote/modules/vmchooser/data/opt/openslx/bin/vmware
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-# written by OpenSLX-plugin 'vmware' in Stage1
-# radically simplified version of the original script vmware 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' "$@"