From cef79820ba49861601f4b1f90ff21056d0afd3ba Mon Sep 17 00:00:00 2001 From: "graham.gower" Date: Tue, 22 Dec 2009 02:27:25 +0000 Subject: [PATCH] Write out status files and file lists in opkg_upgrade_all(). git-svn-id: http://opkg.googlecode.com/svn/trunk@510 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- libopkg/opkg.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libopkg/opkg.c b/libopkg/opkg.c index fdb2fe3..705156a 100644 --- a/libopkg/opkg.c +++ b/libopkg/opkg.c @@ -523,6 +523,10 @@ opkg_upgrade_all(opkg_progress_callback_t progress_callback, void *user_data) if (err) return 1; + /* write out status files and file lists */ + opkg_conf_write_status_files(); + pkg_write_changed_filelists(); + pdata.pkg = NULL; progress(pdata, 100); return 0; -- 2.25.1