diff options
-rw-r--r-- | libre/uboot-am335x_bone/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/uboot-am335x_bone/uboot-am335x_bone.install | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/libre/uboot-am335x_bone/PKGBUILD b/libre/uboot-am335x_bone/PKGBUILD index 51039d84c..791b2e8b4 100644 --- a/libre/uboot-am335x_bone/PKGBUILD +++ b/libre/uboot-am335x_bone/PKGBUILD @@ -7,7 +7,7 @@ buildarch=4 pkgname=uboot-am335x_bone pkgver=2015.04 -pkgrel=4 +pkgrel=5 pkgdesc="U-Boot for BeagleBone and BeagleBone Black" arch=('armv7h') url="http://git.denx.de/u-boot.git/" diff --git a/libre/uboot-am335x_bone/uboot-am335x_bone.install b/libre/uboot-am335x_bone/uboot-am335x_bone.install index cc318ba1c..6428bd269 100644 --- a/libre/uboot-am335x_bone/uboot-am335x_bone.install +++ b/libre/uboot-am335x_bone/uboot-am335x_bone.install @@ -25,12 +25,13 @@ flash_uboot() { echo "Flash the new U-Boot version onto your boot device. For example:" flash_instructions fi + extlinux_warning } post_install() { - flash_uboot && extlinux_warning + flash_uboot } post_upgrade() { - flash_uboot && extlinux_warning + flash_uboot } |