archboot/install/arch_naim
2008-03-16 22:57:21 +01:00

17 lines
290 B
Text

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