diff options
| author | Simon Rettberg | 2013-05-14 16:41:56 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-05-14 16:41:56 +0200 |
| commit | 113ce521770232a6d99cdb07dd55d8879214c213 (patch) | |
| tree | c1233152bfb18b8bd427cf3a1178900bfd768d8c /remote/modules/vmplayer/data/opt | |
| parent | ultrastracke 2 (diff) | |
| parent | ultrastracke update (diff) | |
| download | tm-scripts-113ce521770232a6d99cdb07dd55d8879214c213.tar.gz tm-scripts-113ce521770232a6d99cdb07dd55d8879214c213.tar.xz tm-scripts-113ce521770232a6d99cdb07dd55d8879214c213.zip | |
Merge branch 'master' of openslx:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/vmplayer/data/opt')
| -rwxr-xr-x | remote/modules/vmplayer/data/opt/openslx/bin/vmplayer | 11 | ||||
| -rwxr-xr-x | remote/modules/vmplayer/data/opt/openslx/bin/vmware | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/remote/modules/vmplayer/data/opt/openslx/bin/vmplayer b/remote/modules/vmplayer/data/opt/openslx/bin/vmplayer new file mode 100755 index 00000000..030e9175 --- /dev/null +++ b/remote/modules/vmplayer/data/opt/openslx/bin/vmplayer @@ -0,0 +1,11 @@ +#!/bin/sh +# 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/vmplayer/data/opt/openslx/bin/vmware b/remote/modules/vmplayer/data/opt/openslx/bin/vmware new file mode 100755 index 00000000..1fe9b11d --- /dev/null +++ b/remote/modules/vmplayer/data/opt/openslx/bin/vmware @@ -0,0 +1,11 @@ +#!/bin/sh +# 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/vmware' \ + "$PREFIX"'/libconf' "$@" + + + + |
