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

17 lines
289 B
Text

# Created by Tobias Powalowski <tpowa@archlinux.org>
install ()
{
MODULES=""
BINARIES="naim"
FILES=""
SCRIPT="arch_naim"
add_file "/etc/archboot/etc/naim/nircrc" "/root/.nircrc"
}
help ()
{
cat<<HELPEOF
This hook includes the naim on an arch boot image.
HELPEOF
}