post_upgrade() {
  if [ "$(vercmp 8.44 "$2")" -eq 1 ]; then
    printf '==> Default config location changed\n'
    printf '    Move the file signon.db from ~/.signon/ to ~/.config/signond/\n'
  fi
}
