summaryrefslogtreecommitdiffstats
path: root/lib/remove.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-08-14 12:15:19 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-08-14 12:15:19 (EDT)
commit434cddbfbc94ea5690a5a1f381e94c60b307c397 (patch)
tree50ee443b6032500dcc612d5ace5b73db336eb91d /lib/remove.sh
parentd44ba3fdd61ccedc00033e47c4d4eea117002fc4 (diff)
db_*_package*(): Reverse arch and plat.
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