1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

added a new ORE tag

This commit is contained in:
Aurelien Foret 2005-04-24 21:28:02 +00:00
parent 49257b49f9
commit 62d9957739

View File

@ -108,6 +108,8 @@ int pacman_remove(list_t *targets)
*/
if(pmo_flags & PM_TRANS_FLAG_RECURSE || pmo_flags & PM_TRANS_FLAG_CASCADE) {
/* list transaction targets */
/* ORE
* we need to get the list from TRANS_PACKAGES info instead of TRANS_TARGETS! */
PM_LIST_display("\nTargets:", alpm_trans_getinfo(PM_TRANS_TARGETS));
/* get confirmation */
if(yesno("\nDo you want to remove these packages? [Y/n] ") == 0) {