archboot/usr/lib/initcpio/install/arch_wiki_lite

16 lines
258 B
Text
Raw Normal View History

2012-06-23 20:45:07 +02:00
#!/bin/bash
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
2013-05-22 12:07:08 +02:00
add_file "/usr/bin/wiki-search"
2012-06-23 20:45:07 +02:00
add_full_dir "/usr/share/doc/arch-wiki/text"
}
help ()
{
cat<<HELPEOF
This hook includes arch wiki lite on an arch boot image.
HELPEOF
}