summaryrefslogtreecommitdiff
path: root/libre/uboot-am335x_bone
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-02-23 16:09:19 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-02-23 16:09:19 -0300
commitc46d7745ca4736aa7f6b125cd8a3bd57719b2e9f (patch)
tree04bfb0972c362db4dec234de6765d0e9b7033b89 /libre/uboot-am335x_bone
parent1e07ae69f3c111ed64353ce666e389eab12d187f (diff)
uboot-am335x_bone-2015.04-5: optimize install file
Diffstat (limited to 'libre/uboot-am335x_bone')
-rw-r--r--libre/uboot-am335x_bone/PKGBUILD2
-rw-r--r--libre/uboot-am335x_bone/uboot-am335x_bone.install5
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
}