summaryrefslogtreecommitdiff
path: root/extra/v86d/v86d_install
diff options
context:
space:
mode:
Diffstat (limited to 'extra/v86d/v86d_install')
-rw-r--r--extra/v86d/v86d_install14
1 files changed, 14 insertions, 0 deletions
diff --git a/extra/v86d/v86d_install b/extra/v86d/v86d_install
new file mode 100644
index 000000000..840b34eec
--- /dev/null
+++ b/extra/v86d/v86d_install
@@ -0,0 +1,14 @@
+build() {
+ add_module 'uvesafb'
+
+ add_binary "v86d"
+ add_file "/usr/lib/modprobe.d/uvesafb.conf"
+
+ add_runscript
+}
+
+help() {
+ echo "This hook sets up v86d, the userspace helper for uvesafb."
+}
+
+# vim: set ft=sh ts=4 sw=4 expandtab: