https://bugzilla.redhat.com/show_bug.cgi?id=2079784
--- Comment #9 from Neal Gompa <[email protected]> --- > %postun > if [ $1 -ge 1 ] && bootctl is-installed &>/dev/null; then > echo "Updating systemd-boot…" > bootctl update || : > fi Since you're an upstream developer, I suggest you see if you can add -q/--quiet to bootctl like systemctl has, so that /dev/null things don't need to be done here. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component https://bugzilla.redhat.com/show_bug.cgi?id=2079784 _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
