summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-04-30 17:30:57 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-04-30 17:30:57 (EDT)
commitc619a5b3005cb33b912371a7bdc2ddfb7e2354e1 (patch)
tree258dd5515817754a72e78ea409c8867e05ede05b /lib
parent540d3e7db83309ae026ece47933214d7647435ea (diff)
lib/remove.sh: Add a verbose message.
Diffstat (limited to 'lib')
-rw-r--r--lib/remove.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/remove.sh b/lib/remove.sh
index aecd6e7..a3a06dd 100644
--- a/lib/remove.sh
+++ b/lib/remove.sh
@@ -61,6 +61,9 @@ remove_packages_from_suite_archplat()
local pkg=
local file=
+ info_v "$(get_msg 'removing_from_suite_archplat')" \
+ "${source}" "${chan}" "${dist}" "${arch}" "${plat}"
+
binver="$(db_get_binver "${chan}" "${dist}" "${arch}" "${plat}" \
"${source}")"
if [ "x${binver}" = 'x' ]; then