archboot/usr/lib/initcpio/install/arch_licenses
2012-08-25 14:32:59 +02:00

14 lines
No EOL
223 B
Bash

#!/bin/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
}