{% if not f.readable %}

Cannot read file — try running garuda-pilot as root, or use sudo pacdiff.

{% elif not diff %}

Files are identical — the .pacnew can be safely removed.

{% else %}
{% endif %}
Resolve:
Use new: sudo mv {{ f.pacnew_path }} {{ f.current_path }} copy
Keep current: sudo rm {{ f.pacnew_path }} copy
Merge: sudo nvim -d {{ f.current_path }} {{ f.pacnew_path }} copy