summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-07-27 20:20:21 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-07-27 20:20:21 (EDT)
commite770010196f0c1ed9711505987fffdc872a9d2a1 (patch)
treefcf60cf4d9c8e1e82616883069184362f466a6d3
parentae79e8bba0414d28cc9845273aa09a9a36f4ab36 (diff)
update_feeds(): Remove feed package info buckets.
-rw-r--r--lib/index.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/index.sh b/lib/index.sh
index 57ace59..5fcaf5c 100644
--- a/lib/index.sh
+++ b/lib/index.sh
@@ -127,6 +127,7 @@ update_feeds()
>"${idx}/Packages"
else
rm -f "${idx}/Packages"
+ try_rmdir "${idx}"
fi
rm -f "${hash_dirent}"
done