diff options
Diffstat (limited to 'lib/remove.sh')
-rw-r--r-- | lib/remove.sh | 3 |
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 |