diff options
| author | Michael Neves | 2013-05-13 16:37:59 +0200 |
|---|---|---|
| committer | Michael Neves | 2013-05-13 16:37:59 +0200 |
| commit | b15315fc892deb27b8dfe4a50aba329130a5b0e6 (patch) | |
| tree | 414213dcf3585874778c109638710b5fa0190a86 /remote/modules | |
| parent | vmplayer initialization scripts (diff) | |
| download | tm-scripts-b15315fc892deb27b8dfe4a50aba329130a5b0e6.tar.gz tm-scripts-b15315fc892deb27b8dfe4a50aba329130a5b0e6.tar.xz tm-scripts-b15315fc892deb27b8dfe4a50aba329130a5b0e6.zip | |
delete old dirs
Diffstat (limited to 'remote/modules')
| -rwxr-xr-x | remote/modules/vmchooser/data/opt/openslx/bin/vmplayer | 8 | ||||
| -rwxr-xr-x | remote/modules/vmchooser/data/opt/openslx/bin/vmware | 8 | ||||
| -rwxr-xr-x | remote/modules/vmplayer/data/bin/vmplayer | 10 |
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 $@ - |
