pacman: be more informative on partial upgrade
This commit is contained in:
parent
0a7ecd3990
commit
7289953332
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue