While upgrading a package, print informative line about old package
being removed. --HG-- extra : convert_revision : xtraeme%40gmail.com-20091002152314-hig1qoobs42rvx9z
This commit is contained in:
parent
53cb406513
commit
ca2dd0f873
@ -382,6 +382,8 @@ exec_transaction(struct transaction *trans)
|
||||
return rv;
|
||||
}
|
||||
} else {
|
||||
printf("Removing %s-%s ...\n",
|
||||
pkgname, instver);
|
||||
rv = xbps_remove_pkg(pkgname, version, true);
|
||||
if (rv != 0) {
|
||||
printf("error: removing %s-%s (%s)\n",
|
||||
|
Loading…
Reference in New Issue
Block a user