summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-07-27 15:27:44 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-07-27 15:27:44 (EDT)
commit9ef96dc967751289f64e13550948e3896e55ecc2 (patch)
tree21c6e24c9c167b777f4e7d62d7a984b7e3aa3b85
parentfbd4f8999b89af979a233f554b7ee7ab71c3800d (diff)
pro-archman: Run update_feeds and collect_garbage.
-rw-r--r--src/pro-archman.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pro-archman.sh b/src/pro-archman.sh
index 4b857e4..1800f90 100644
--- a/src/pro-archman.sh
+++ b/src/pro-archman.sh
@@ -76,6 +76,8 @@ use()
use locale
use cmd
+use index
+use garbage
main()
{
@@ -98,6 +100,9 @@ main()
run_cmd "${@}"
+ update_feeds
+ collect_garbage
+
return ${?}
}