archboot/install/arch_links
2007-09-07 17:22:10 +00:00

16 lines
229 B
Text

# Created by Tobias Powalowski <tpowa@archlinux.org>
install ()
{
MODULES=""
BINARIES="links"
FILES=""
SCRIPT=""
}
help ()
{
cat<<HELPEOF
This hook includes the links browser on an arch boot image.
HELPEOF
}