diff options
Diffstat (limited to 'boot-efi/env')
-rw-r--r-- | boot-efi/env/sys-apps/systemd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/boot-efi/env/sys-apps/systemd b/boot-efi/env/sys-apps/systemd new file mode 100644 index 0000000..91b83b4 --- /dev/null +++ b/boot-efi/env/sys-apps/systemd @@ -0,0 +1,3 @@ +if test "${EBUILD_PHASE}" = "postinst"; then + bootctl --no-variables --graceful update +fi |