archboot/usr/lib/initcpio/install/arch_links

15 lines
208 B
Text
Raw Normal View History

2012-05-27 11:53:08 +02:00
#!/bin/bash
2007-02-22 23:46:50 +01:00
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
2007-02-22 23:46:50 +01:00
{
2012-05-27 11:53:08 +02:00
add_binary "/usr/bin/links"
2007-02-22 23:46:50 +01:00
}
help ()
{
cat<<HELPEOF
This hook includes the links browser on an arch boot image.
HELPEOF
}