archboot/install/arch_addons

16 lines
233 B
Text
Raw Normal View History

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