archboot/lib/initcpio/install/arch_licenses
2008-12-06 19:12:19 +01:00

19 lines
No EOL
325 B
Text

# Created by Tobias Powalowski <tpowa@archlinux.org>
install ()
{
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
}