archboot/usr/lib/initcpio/install/arch_licenses
2013-07-22 17:57:18 +02:00

14 lines
232 B
Bash

#!/usr/bin/env bash
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
add_full_dir "/usr/share/licenses/common"
}
help ()
{
cat<<HELPEOF
This hook includes the common licenses on an arch boot image.
HELPEOF
}