diff options
-rw-r--r-- | lib/remove.sh | 3 | ||||
-rw-r--r-- | locale/en_US/pro_archman.sh | 1 |
2 files changed, 4 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 diff --git a/locale/en_US/pro_archman.sh b/locale/en_US/pro_archman.sh index e9d9650..64e941f 100644 --- a/locale/en_US/pro_archman.sh +++ b/locale/en_US/pro_archman.sh @@ -66,6 +66,7 @@ msg_pro_archman_cmd_remove_usage='<suite> <source>' # lib/remove.sh msg_pro_archman_removing_from_suite='Removing package %s from suite %s/%s...' +msg_pro_archman_removing_from_suite_archplat='Removing package %s from suite %s/%s, architecture %s, and platform %s...' # lib/cmd/copy-suite.sh msg_pro_archman_cmd_copy_suite_summary='copy packages from one suite to another' |