diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-05-30 14:36:40 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-05-30 14:36:40 -0300 |
commit | e26f7749abf4e3a21b4087e64ac49a55f71bf596 (patch) | |
tree | abce4b724c76a56690f7d376fc00b31a9acf141a /libre/gummiboot/gummiboot.install | |
parent | 6a1f607ac721d5db41034ee7c9e9f9eeb6ca1450 (diff) | |
download | abslibre-e26f7749abf4e3a21b4087e64ac49a55f71bf596.tar.gz abslibre-e26f7749abf4e3a21b4087e64ac49a55f71bf596.tar.bz2 abslibre-e26f7749abf4e3a21b4087e64ac49a55f71bf596.zip |
gummiboot-31-1: updating version
Diffstat (limited to 'libre/gummiboot/gummiboot.install')
-rw-r--r-- | libre/gummiboot/gummiboot.install | 4 |
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() { |