4 Jan
2019
4 Jan
'19
22:56
http://bugzilla.opensuse.org/show_bug.cgi?id=1120363 http://bugzilla.opensuse.org/show_bug.cgi?id=1120363#c1 Bernhard Voelker <mail@bernhard-voelker.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mail@bernhard-voelker.de --- Comment #1 from Bernhard Voelker <mail@bernhard-voelker.de> --- Indeed, the spec contains the following shell snippet: %postun ... if [ "$1" = 0 && -d "/boot/efi/EFI/%{efidir}" ] ; then Instead, it should propably read: if [ "$1" = 0 ] && [ -d "/boot/efi/EFI/%{efidir}" ] ; then -- You are receiving this mail because: You are on the CC list for the bug.