core/v86d/v86d.txt
2011-04-16 11:23:38 +02:00

13 lines
246 B
Bash

install() {
add_binary "/sbin/v86d"
add_file "/etc/modprobe.d/uvesafb.conf"
MODULES="uvesafb"
SCRIPT="v86d"
}
help() {
echo "This hook sets up v86d, the userspace helper for uvesafb."
}
# vim: set ft=sh ts=4 sw=4 expandtab: