diff options
| author | Simon Rettberg | 2013-05-14 17:06:07 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-05-14 17:06:07 +0200 |
| commit | 746d2e776da606668890164634ea77456bf62f90 (patch) | |
| tree | 603607a65a0d9c500dae07c4a0597089ee8d80b9 /remote/modules/vmplayer/data/opt/openslx | |
| parent | [vmplayer] +x on /usr/bin/* (diff) | |
| parent | Merge branch 'master' of git:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-746d2e776da606668890164634ea77456bf62f90.tar.gz tm-scripts-746d2e776da606668890164634ea77456bf62f90.tar.xz tm-scripts-746d2e776da606668890164634ea77456bf62f90.zip | |
Merge branch 'master' of simonslx:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/vmplayer/data/opt/openslx')
| -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' \ |
