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:
@ -382,6 +382,8 @@ exec_transaction(struct transaction *trans)
|
|||||||
return rv;
|
return rv;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
printf("Removing %s-%s ...\n",
|
||||||
|
pkgname, instver);
|
||||||
rv = xbps_remove_pkg(pkgname, version, true);
|
rv = xbps_remove_pkg(pkgname, version, true);
|
||||||
if (rv != 0) {
|
if (rv != 0) {
|
||||||
printf("error: removing %s-%s (%s)\n",
|
printf("error: removing %s-%s (%s)\n",
|
||||||
|
Reference in New Issue
Block a user