From 922976d3d2fc5279070860fc7a4541160ef72fe1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coadde=20=5BM=C3=A1rcio=20Alexandre=20Silva=20Delgado=5D?= Date: Thu, 24 Sep 2015 00:17:39 -0300 Subject: rename native_*_pool* -> main_*_pool* --- db-cleanup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db-cleanup') diff --git a/db-cleanup b/db-cleanup index b81c3f0..a6ab160 100755 --- a/db-cleanup +++ b/db-cleanup @@ -53,7 +53,7 @@ done msg "Removing old files:" -for POOL in "${native_packages_pool}" "${native_sources_pool}"; do +for POOL in "${main_packages_pool}" "${main_sources_pool}"; do msg2 '%s' "${POOL}" rsync "${EXTRAFLAGS[@]}" -va --delete-excluded \ -- cgit v1.2.3-2-g168b