diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-24 11:09:23 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-24 11:09:23 -0300 |
commit | 40fa0a4c04a34740b40c88a75b7ef1c816cda195 (patch) | |
tree | eff09bbb2894dc2cc8e48588490bb0880d4ed947 /toru-utils | |
parent | 22a9fdddd1f6fd02e1b8d8ca9022398cd64c68b2 (diff) |
Toru-path fixes
Diffstat (limited to 'toru-utils')
-rwxr-xr-x | toru-utils | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -44,6 +44,12 @@ lastsync() { touch ${lastsyncfile} } +get_dbs() { + local _db + for _db in /var/lib/pacman/sync/*.db; do + bsdtar tf ${_db} | cut -d'/' -f1 | sort -u + done +} # repo paths get_pkgbuilds() { |