post_upgrade() {
  if [ "$(xfconf-query -c xsettings -p /Gtk/CursorThemeName)" = "xcursor-breeze" ]; then
    xfconf-query -c xsettings -p /Gtk/CursorThemeName -s breeze-cursors
  fi
}
