27 Mar
2008
27 Mar
'08
6:15 p.m.
+ /* ensure dbs and pkgcaches are in sync */ + _alpm_db_refresh_pkgcache(handle->db_local); + for(i = handle->dbs_sync; i; i = i->next) { + _alpm_db_refresh_pkgcache(i->data); + }
Extending this to syncdbs may be an overkill, because outdated sync pkgcache cannot hurt too much (but can confuse pacman). I leave the decision to you. Bye