Package systemd-boot-efi: Scripts

Post install

1
2
3
if bootctl --quiet is-installed >/dev/null 2>&1 ; then
        bootctl --no-variables --graceful update || echo "** WARNING: systemd-boot-efi install failed"
fi