archboot/install/arch_licenses

19 lines
325 B
Text
Raw Normal View History

2007-10-22 07:56:38 +02:00
# 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
}