summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/database.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/database.c b/src/database.c
index b46a286..4889289 100644
--- a/src/database.c
+++ b/src/database.c
@@ -2471,8 +2471,6 @@ static int apk_db_install_archive_entry(void *_ctx,
} while (0);
}
- ctx->file_diri_node = hlist_tail_ptr(&diri->owned_files);
-
if (opkg != pkg) {
/* Create the file entry without adding it to hash */
file = apk_db_file_new(diri, bfile, &ctx->file_diri_node);