archboot/install/arch-links
Alexander Baldeck 2a150b1dca Initial revision
2007-02-22 22:46:50 +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
}