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

build ()
{
    MODULES=""
    BINARIES=""
    FILES=""
    SCRIPT="arch_licenses"
    for i in $(find /usr/share/licenses/common ! -type d -type f); do
        add_file $i
    done
}

help ()
{
cat<<HELPEOF
  This hook includes the common licenses on an arch boot image.
HELPEOF
} 