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

16 lines
No EOL
233 B
Text

# Created by Tobias Powalowski <tpowa@archlinux.org>
install ()
{
MODULES=""
BINARIES=""
FILES=""
SCRIPT="arch_addons"
}
help ()
{
cat<<HELPEOF
This hook includes the addons check on an arch boot image.
HELPEOF
}