# Created by Tobias Powalowski <tpowa@archlinux.org>

install ()
{
    MODULES=""
    BINARIES=""
    FILES=""
    SCRIPT=""
    # add firmware files
    for i in $(find /usr/share/tiacx/ ! -type d); do
        add_file $i
    done
}

help ()
{
cat<<HELPEOF
  This hook includes tiacx wireless on an arch boot image.
HELPEOF
}
