summaryrefslogtreecommitdiffstats
path: root/remote/modules/vmplayer/data
diff options
context:
space:
mode:
authorSimon Rettberg2013-05-06 19:44:53 +0200
committerSimon Rettberg2013-05-06 19:44:53 +0200
commitba42fcadd253038dadea8fc93cc0bc4e7cff493a (patch)
treece6a97af3d1eefc7df6c985a736bf1a0132f7e1f /remote/modules/vmplayer/data
parentAdd button.ko to stage 3.1 so that i915 works (diff)
downloadtm-scripts-ba42fcadd253038dadea8fc93cc0bc4e7cff493a.tar.gz
tm-scripts-ba42fcadd253038dadea8fc93cc0bc4e7cff493a.tar.xz
tm-scripts-ba42fcadd253038dadea8fc93cc0bc4e7cff493a.zip
Add vmplayer module
Diffstat (limited to 'remote/modules/vmplayer/data')
-rwxr-xr-xremote/modules/vmplayer/data/bin/vmplayer8
1 files changed, 8 insertions, 0 deletions
diff --git a/remote/modules/vmplayer/data/bin/vmplayer b/remote/modules/vmplayer/data/bin/vmplayer
new file mode 100755
index 00000000..d4cd1d65
--- /dev/null
+++ b/remote/modules/vmplayer/data/bin/vmplayer
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+for mod in /lib/modules/vmware/*.ko; do
+ insmod "$mod" || xmessage "Could not load kernel module $mod. vmplayer might fail."
+done
+
+/bin/vmplayer-bin $@
+