archboot/install/arch-addons
Alexander Baldeck 2a150b1dca Initial revision
2007-02-22 22:46:50 +00:00

16 lines
No EOL
233 B
Text
Executable file

# 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
}