diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-02-23 16:09:19 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-02-23 16:09:19 -0300 |
commit | c46d7745ca4736aa7f6b125cd8a3bd57719b2e9f (patch) | |
tree | 04bfb0972c362db4dec234de6765d0e9b7033b89 /libre | |
parent | 1e07ae69f3c111ed64353ce666e389eab12d187f (diff) | |
download | abslibre-c46d7745ca4736aa7f6b125cd8a3bd57719b2e9f.tar.gz abslibre-c46d7745ca4736aa7f6b125cd8a3bd57719b2e9f.tar.bz2 abslibre-c46d7745ca4736aa7f6b125cd8a3bd57719b2e9f.zip |
uboot-am335x_bone-2015.04-5: optimize install file
Diffstat (limited to 'libre')
-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 } |