archboot/install/arch_licenses
2007-10-22 05:56:38 +00: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
}