From 9ef96dc967751289f64e13550948e3896e55ecc2 Mon Sep 17 00:00:00 2001
From: P. J. McDermott <pjm@nac.net>
Date: Sat, 27 Jul 2013 15:27:44 -0400
Subject: pro-archman: Run update_feeds and collect_garbage.

---
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 ${?}
 }
 
--
cgit v0.9.1