From ca2dd0f873ca67e6426f60714251726bfd13ebf3 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 2 Oct 2009 17:23:14 +0200 Subject: [PATCH] While upgrading a package, print informative line about old package being removed. --HG-- extra : convert_revision : xtraeme%40gmail.com-20091002152314-hig1qoobs42rvx9z --- bin/xbps-bin/install.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/xbps-bin/install.c b/bin/xbps-bin/install.c index 908ba1b8..30044035 100644 --- a/bin/xbps-bin/install.c +++ b/bin/xbps-bin/install.c @@ -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",