summaryrefslogtreecommitdiffstats
path: root/lib/remove.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/remove.sh')
-rw-r--r--lib/remove.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/remove.sh b/lib/remove.sh
index 79428f0..c268d8a 100644
--- a/lib/remove.sh
+++ b/lib/remove.sh
@@ -70,11 +70,11 @@ remove_packages_from_suite_archplat()
mark_pool_garbage "${file}"
fi
done <<-EOF
- $(db_get_packages "${plat}" "${arch}" "${source}" "${binver}")
+ $(db_get_packages "${arch}" "${plat}" "${source}" "${binver}")
EOF
if [ ${refs} -eq 0 ]; then
- db_del_packages "${plat}" "${arch}" "${source}" "${binver}"
+ db_del_packages "${arch}" "${plat}" "${source}" "${binver}"
fi
return 0