archboot/usr/lib/initcpio/install/archboot_licenses

15 lines
232 B
Text
Raw Normal View History

#!/usr/bin/env bash
2007-10-22 07:56:38 +02:00
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
2007-10-22 07:56:38 +02:00
{
add_full_dir "/usr/share/licenses/common"
2007-10-22 07:56:38 +02:00
}
help ()
{
cat<<HELPEOF
This hook includes the common licenses on an arch boot image.
HELPEOF
}