pacman: be more informative on partial upgrade

This commit is contained in:
morganamilo 2024-03-16 05:38:07 +00:00
parent 0a7ecd3990
commit 7289953332
No known key found for this signature in database
GPG key ID: E48D0A8326DE47C5

View file

@ -806,6 +806,9 @@ int sync_prepare_execute(void)
alpm_conflict_free(conflict); alpm_conflict_free(conflict);
} }
break; break;
case ALPM_ERR_TRANS_PARTIAL_UPGRADE:
colon_printf(_("System is out of date (use -Su to upgrade)\n"));
break;
default: default:
break; break;
} }