]> git.pld-linux.org Git - packages/elilo.git/commitdiff
Run efi-boot-update in %post
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Wed, 31 Oct 2012 14:25:59 +0000 (15:25 +0100)
committerJacek Konieczny <jajcus@jajcus.net>
Wed, 31 Oct 2012 14:25:59 +0000 (15:25 +0100)
elilo.spec

index 57c308ef52df17fe9534a273ca1a64181dfefe4b..6e85514b3ebdedad763536f8a8a1b03517d82f13 100644 (file)
@@ -66,6 +66,9 @@ echo "Upgrade detected, copying elilo.efi to /boot/efi/elilo.efi..."
 cp --preserve=ship,timestamps /lib/efi/%{efi_arch}/elilo.efi /boot/efi/elilo.efi || :
 echo "Remove /boot/efi/elilo.efi if you don't need it."
 
+%post
+/sbin/efi-boot-update --auto || :
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.083793 seconds and 4 git commands to generate.