[packages/efi-boot-update] Use --auto in the triggers
jajcus
jajcus at pld-linux.org
Wed Oct 31 15:25:07 CET 2012
commit 3509151f832d6bb610bf15f28697d8a79bc9a1b9
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date: Wed Oct 31 15:24:55 2012 +0100
Use --auto in the triggers
efi-boot-update.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/efi-boot-update.spec b/efi-boot-update.spec
index add46fe..d96d0ad 100644
--- a/efi-boot-update.spec
+++ b/efi-boot-update.spec
@@ -48,9 +48,9 @@ rm -rf $RPM_BUILD_ROOT
# Most efi-boot-update-managed loaders will use kernel files
# even if the kernel itself is not build as EFI
%triggerin -- kernel
-/sbin/efi-boot-update || :
+/sbin/efi-boot-update --auto || :
%triggerin -- kernel-longterm
-/sbin/efi-boot-update || :
+/sbin/efi-boot-update --auto || :
%files
%defattr(644,root,root,755)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/efi-boot-update.git/commitdiff/3509151f832d6bb610bf15f28697d8a79bc9a1b9
More information about the pld-cvs-commit
mailing list