# There was an error updating gtk-engines from 2.20.2 (Gtk+2) to
# 2.91.1 (Gtk+3). We do the proper transition to gtk-engines3 now
# after the fact via triggers both on gtk-engines2 or gtk-engines3
# cast, supplanting the Gtk+3 gtk-engines2 with gtk-engines3.
if spell_ok gtk-engines2 &&
  [[ $(installed_version gtk-engines2) == 2.91.1 ]]; then
  conflicts gtk-engines2 y
fi
