summaryrefslogtreecommitdiff
path: root/libre/gummiboot/gummiboot.install
diff options
context:
space:
mode:
Diffstat (limited to 'libre/gummiboot/gummiboot.install')
-rw-r--r--libre/gummiboot/gummiboot.install4
1 files changed, 3 insertions, 1 deletions
diff --git a/libre/gummiboot/gummiboot.install b/libre/gummiboot/gummiboot.install
index 770087361..20861d4c8 100644
--- a/libre/gummiboot/gummiboot.install
+++ b/libre/gummiboot/gummiboot.install
@@ -1,5 +1,7 @@
post_install() {
- echo ":: Run '/usr/bin/gummiboot install' to enable gummiboot"
+ mkdir -p /boot/EFI/gummiboot
+ /usr/bin/gummiboot update
+ echo ":: Run '/usr/bin/gummiboot install' to make gummiboot your default bootloader"
}
post_upgrade() {