diff options
author | P. 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) |
commit | 9ef96dc967751289f64e13550948e3896e55ecc2 (patch) | |
tree | 21c6e24c9c167b777f4e7d62d7a984b7e3aa3b85 /src | |
parent | fbd4f8999b89af979a233f554b7ee7ab71c3800d (diff) |
pro-archman: Run update_feeds and collect_garbage.
Diffstat (limited to 'src')
-rw-r--r-- | src/pro-archman.sh | 5 |
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 ${?} } |