From bcfc1244b4114848be3f4cd67099318b6f99413d Mon Sep 17 00:00:00 2001 From: Aurelien Foret Date: Sat, 26 Mar 2005 08:50:27 +0000 Subject: updated comments --- lib/libalpm/sync.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/libalpm/sync.c') diff --git a/lib/libalpm/sync.c b/lib/libalpm/sync.c index 8a049c74..1d4108dd 100644 --- a/lib/libalpm/sync.c +++ b/lib/libalpm/sync.c @@ -242,6 +242,9 @@ int sync_commit(pmdb_t *db, pmtrans_t *trans) }*/ } + /* cache needs to be rebuilt */ + db_free_pkgcache(db); + return(0); } -- cgit v1.2.3