https://bugzilla.novell.com/show_bug.cgi?id=782891 https://bugzilla.novell.com/show_bug.cgi?id=782891#c5 --- Comment #5 from Michael Chang <mchang@suse.com> 2012-10-22 10:38:16 UTC --- I met a weird issue that the symbolic link grub2-efi -> grub2 created in %post somehow disappeared in my media installation testing which was using "driver update disk" to update new grub2 package. The process eventually failed in the creation of mkinitrd. No good idea why it would be missing. My guess is that because /boot/grub2-efi is not managed by new grub2-efi package which used to manage it. The created symlink get deleted in Step 5 in the regular package update process. 1 Run the %pre section of the RPM being installed. 2 Install the files that the RPM provides. 3 Run the %post section of the RPM. 4 Run the %preun of the old package. 5 Delete any old files not overwritten by the newer version. (This step deletes files that the new package does not require.) 6 Run the %postun hook of the old package. But if above true why it would only be found by media installation process ? :/ -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.