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