From c46d7745ca4736aa7f6b125cd8a3bd57719b2e9f Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Tue, 23 Feb 2016 16:09:19 -0300 Subject: uboot-am335x_bone-2015.04-5: optimize install file --- libre/uboot-am335x_bone/uboot-am335x_bone.install | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libre/uboot-am335x_bone/uboot-am335x_bone.install') 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 } -- cgit v1.2.3-54-g00ecf