diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-04-30 17:29:23 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-04-30 17:30:17 (EDT) |
commit | 540d3e7db83309ae026ece47933214d7647435ea (patch) | |
tree | 95a010a3bd01b663d416a9977cd2908693f5d932 /lib/remove.sh | |
parent | 103391af25be259721d647d7970f1d08737ff90a (diff) |
Move package removal message.
Also, make it a little more verbose.
Diffstat (limited to 'lib/remove.sh')
-rw-r--r-- | lib/remove.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/remove.sh b/lib/remove.sh index 25687b4..aecd6e7 100644 --- a/lib/remove.sh +++ b/lib/remove.sh @@ -20,6 +20,8 @@ [ "x${_REMOVE_SM+set}" = 'xset' ] && return 0 _REMOVE_SM=1 +use locale +use output use db remove_source_from_suite() @@ -30,6 +32,9 @@ remove_source_from_suite() local arch= local plat= + info "$(get_msg 'removing_from_suite')" \ + "${source}" "${chan}" "${dist}" + while read -r arch plat; do remove_packages_from_suite_archplat \ "${chan}" "${dist}" "${arch}" "${plat}" "${source}" |