summaryrefslogtreecommitdiff
path: root/db-cleanup
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-23 23:44:14 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-23 23:44:14 -0300
commit72f7c0bdab559cb84efcf049d983ee2b1bb9bc2c (patch)
tree76de125e6b30022cff818b232f2b17f8216c2a5e /db-cleanup
parent975660674e48954b1f96cb489a232181b85a4928 (diff)
remove deprecated sources_pool and packages_pool variables
Diffstat (limited to 'db-cleanup')
-rwxr-xr-xdb-cleanup2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-cleanup b/db-cleanup
index 432f3f2..75a9744 100755
--- a/db-cleanup
+++ b/db-cleanup
@@ -53,7 +53,7 @@ done
msg "Removing old files:"
-for POOL in "${packages_pools[@]}" "${sources_pools[@]}"; do
+for POOL in "${native_packages_pool}" "${native_sources_pool}"; do
msg2 '%s' "${POOL}"
rsync "${EXTRAFLAGS[@]}" -va --delete-excluded \