summaryrefslogtreecommitdiffstats
path: root/abs/core/v86d/v86d_install
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2014-02-17 00:02:24 (GMT)
committerJames Meyer <james.meyer@operamail.com>2014-02-19 19:03:04 (GMT)
commit492f9c705027a36f69c06f5ee2849753aaa70a44 (patch)
tree9bcafb8e74e442dc84417abc789799743304ac5e /abs/core/v86d/v86d_install
parent573f7604c1e3473553c69330c5580cf800d4c8ac (diff)
downloadlinhes_pkgbuild-492f9c705027a36f69c06f5ee2849753aaa70a44.zip
linhes_pkgbuild-492f9c705027a36f69c06f5ee2849753aaa70a44.tar.gz
linhes_pkgbuild-492f9c705027a36f69c06f5ee2849753aaa70a44.tar.bz2
v86d:
update binary path to /usr/bin refs #961
Diffstat (limited to 'abs/core/v86d/v86d_install')
-rw-r--r--abs/core/v86d/v86d_install14
1 files changed, 14 insertions, 0 deletions
diff --git a/abs/core/v86d/v86d_install b/abs/core/v86d/v86d_install
new file mode 100644
index 0000000..840b34e
--- /dev/null
+++ b/abs/core/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: