]> git.pld-linux.org Git - packages/efi-boot-update.git/commitdiff
Fix triggers – they must not fail
authorJacek Konieczny <jajcus@jajcus.net>
Tue, 30 Oct 2012 20:01:45 +0000 (21:01 +0100)
committerJacek Konieczny <jajcus@jajcus.net>
Tue, 30 Oct 2012 20:01:45 +0000 (21:01 +0100)
efi-boot-update.spec

index 9b3fff19014988b78c3a05791a2b3e1c6a86af31..c229f2f0e30a39d2b08df8702c66889d744e0034 100644 (file)
@@ -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 || :
 %triggerin -- kernel-longterm
-/sbin/efi-boot-update
+/sbin/efi-boot-update || :
 
 %files
 %defattr(644,root,root,755)
This page took 0.042867 seconds and 4 git commands to generate.