Date: Friday, April 12, 2013 @ 14:59:48 Author: tomegun Revision: 182660
upgpkg: gummiboot 30-1 upstream release Modified: gummiboot/trunk/PKGBUILD gummiboot/trunk/gummiboot.install -------------------+ PKGBUILD | 4 ++-- gummiboot.install | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-04-12 12:53:41 UTC (rev 182659) +++ PKGBUILD 2013-04-12 12:59:48 UTC (rev 182660) @@ -5,7 +5,7 @@ # Contributor: Mantas Mikulėnas <[email protected]> pkgname="gummiboot" -pkgver="29" +pkgver="30" pkgrel="1" pkgdesc="Simple text-mode UEFI Boot Manager" url="http://freedesktop.org/wiki/Software/gummiboot" @@ -39,6 +39,6 @@ cd "${srcdir}/${pkgname}-${pkgver}/" make DESTDIR="${pkgdir}" install } -md5sums=('7e133411b805ce6fb5dd3e3bd08b88a2' +md5sums=('081bd8d90a466162fc9dae82aa065c89' '6ea803e5179d623716e3be0b636de658' '82bda9612e3a361a74cf8de2a0134b15') Modified: gummiboot.install =================================================================== --- gummiboot.install 2013-04-12 12:53:41 UTC (rev 182659) +++ gummiboot.install 2013-04-12 12:59:48 UTC (rev 182660) @@ -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() {
