archboot/usr/lib/initcpio/install/archboot_licenses
Tobias Powalowski 7206f7c7f8 change message
2021-10-04 11:13:50 +02:00

14 lines
231 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 archboot image.
HELPEOF
}