diff options
-rw-r--r-- | libopkg/opkg.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libopkg/opkg.c b/libopkg/opkg.c index 1875b13..9b29e68 100644 --- a/libopkg/opkg.c +++ b/libopkg/opkg.c @@ -816,6 +816,9 @@ opkg_update_package_lists (opkg_t *opkg, opkg_progress_callback_t progress_callb free (tmp); free (lists_dir); + /* Now re-read the package lists to update package hash tables. */ + opkg_re_read_config_files (opkg); + return result; } |