summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 ${?}
}