diff options
| author | Michael Neves | 2013-05-14 13:21:17 +0200 |
|---|---|---|
| committer | Michael Neves | 2013-05-14 13:21:17 +0200 |
| commit | f75155fde91ef7c395ec835840b57a5a078e8649 (patch) | |
| tree | 65ff3e9f2854cfd9fe745b3dc553f32f122a0087 /remote/modules/vmplayer/data/opt | |
| parent | Add openslx log dir (diff) | |
| download | tm-scripts-f75155fde91ef7c395ec835840b57a5a078e8649.tar.gz tm-scripts-f75155fde91ef7c395ec835840b57a5a078e8649.tar.xz tm-scripts-f75155fde91ef7c395ec835840b57a5a078e8649.zip | |
vmware
Diffstat (limited to 'remote/modules/vmplayer/data/opt')
| -rwxr-xr-x | remote/modules/vmplayer/data/opt/openslx/bin/vmplayer | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/remote/modules/vmplayer/data/opt/openslx/bin/vmplayer b/remote/modules/vmplayer/data/opt/openslx/bin/vmplayer index 2b6e8f31..030e9175 100755 --- a/remote/modules/vmplayer/data/opt/openslx/bin/vmplayer +++ b/remote/modules/vmplayer/data/opt/openslx/bin/vmplayer @@ -1,14 +1,4 @@ #!/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 $@ - # 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' \ |
