summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Neves2013-05-13 16:37:59 +0200
committerMichael Neves2013-05-13 16:37:59 +0200
commitb15315fc892deb27b8dfe4a50aba329130a5b0e6 (patch)
tree414213dcf3585874778c109638710b5fa0190a86
parentvmplayer initialization scripts (diff)
downloadtm-scripts-b15315fc892deb27b8dfe4a50aba329130a5b0e6.tar.gz
tm-scripts-b15315fc892deb27b8dfe4a50aba329130a5b0e6.tar.xz
tm-scripts-b15315fc892deb27b8dfe4a50aba329130a5b0e6.zip
delete old dirs
-rwxr-xr-xremote/modules/vmchooser/data/opt/openslx/bin/vmplayer8
-rwxr-xr-xremote/modules/vmchooser/data/opt/openslx/bin/vmware8
-rwxr-xr-xremote/modules/vmplayer/data/bin/vmplayer10
3 files changed, 0 insertions, 26 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' "$@"
diff --git a/remote/modules/vmplayer/data/bin/vmplayer b/remote/modules/vmplayer/data/bin/vmplayer
deleted file mode 100755
index 874c3d96..00000000
--- a/remote/modules/vmplayer/data/bin/vmplayer
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-for mod in /lib/modules/vmware/*.ko; do
- insmod "$mod" && continue
- xmessage "Could not load kernel module $mod. vmplayer might fail."
-done
-
-export LIBCONF_DIR=/usr/lib/vmware/libconf
-/usr/lib/vmware/bin/vmplayer $@
-