archboot/usr/lib/initcpio/install/arch_licenses

19 lines
335 B
Text
Raw Normal View History

2007-10-22 07:56:38 +02:00
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
2007-10-22 07:56:38 +02:00
{
MODULES=""
BINARIES=""
FILES=""
SCRIPT="arch_licenses"
2009-05-24 15:47:17 +02:00
for i in $(find /usr/share/licenses/common ! -type d -type f); do
add_file $i
done
2007-10-22 07:56:38 +02:00
}
help ()
{
cat<<HELPEOF
This hook includes the common licenses on an arch boot image.
HELPEOF
}