archboot/usr/lib/initcpio/install/arch_links

17 lines
236 B
Text
Raw Normal View History

2007-02-22 23:46:50 +01:00
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
2007-02-22 23:46:50 +01:00
{
MODULES=""
2011-07-25 21:53:01 +02:00
BINARIES="/usr/bin/links"
2007-02-22 23:46:50 +01:00
FILES=""
SCRIPT=""
}
help ()
{
cat<<HELPEOF
This hook includes the links browser on an arch boot image.
HELPEOF
}