[arch-commits] Commit in fwupdate/trunk (fwupdate.install)

Bruno Pagani archange at archlinux.org
Tue Dec 26 13:33:00 UTC 2017


    Date: Tuesday, December 26, 2017 @ 13:32:59
  Author: archange
Revision: 276106

Cosmetic change in .install

Modified:
  fwupdate/trunk/fwupdate.install

------------------+
 fwupdate.install |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: fwupdate.install
===================================================================
--- fwupdate.install	2017-12-26 13:31:16 UTC (rev 276105)
+++ fwupdate.install	2017-12-26 13:32:59 UTC (rev 276106)
@@ -1,9 +1,10 @@
 post_install() {
-	echo
-	echo "To use the EFI firmware update executable, copy the"
-	echo "/usr/lib/fwupdate/EFI folder to your EFI partition,"
-	echo "usually mounted at /boot or /boot/efi."
-	echo
+    cat EOF <<
+
+To use the EFI firmware update executable, copy the /usr/lib/fwupdate/EFI
+folder to your EFI partition, usually mounted at /boot or /boot/efi.
+
+EOF
 }
 
 post_upgrade() {



More information about the arch-commits mailing list