archboot/lib/initcpio/install/arch_speedtouch
2011-08-30 15:39:36 +02:00

21 lines
472 B
Text

# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
MODULES=""
BINARIES="/usr/sbin/modem_run /usr/sbin/pppoa2 /usr/sbin/pppoa3"
FILES=""
SCRIPT=""
add_dir "/etc/speedtouch/"
add_file "/usr/bin/speedtouch-setup"
add_file "/usr/bin/speedtouch-start"
add_file "/usr/bin/speedtouch-stop"
add_file "/usr/share/speedtouch/boot.v123.bin"
}
help ()
{
cat<<HELPEOF
This hook includes speedtouch on an arch boot image.
HELPEOF
}