archboot/install/arch_naim

18 lines
289 B
Text
Raw Normal View History

2007-02-22 23:46:50 +01:00
# Created by Tobias Powalowski <tpowa@archlinux.org>
install ()
{
MODULES=""
BINARIES="naim"
FILES=""
2007-09-07 19:22:10 +02:00
SCRIPT="arch_naim"
2007-02-22 23:46:50 +01:00
add_file "/etc/archboot/etc/naim/nircrc" "/root/.nircrc"
}
help ()
{
cat<<HELPEOF
This hook includes the naim on an arch boot image.
HELPEOF
}