index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | lib/libalpm/alpm.c | 3 |
diff --git a/lib/libalpm/alpm.c b/lib/libalpm/alpm.c index d4854a3d..41b604ad 100644 --- a/lib/libalpm/alpm.c +++ b/lib/libalpm/alpm.c @@ -241,6 +241,9 @@ int alpm_db_update(PM_DB *db, char *archive, char *ts) /* ORE stat() the archive to check it exists */ + /* Cache needs to be rebuild */ + db_free_pkgcache(db); + /* remove the old dir */ _alpm_log(PM_LOG_FLOW2, "removing %s (if it exists)\n", db->path); /* ORE |