]> git.ipfire.org Git - pakfire.git/commitdiff
archive: Drop FILELIST from compat filelist
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 31 Aug 2022 16:03:28 +0000 (16:03 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 31 Aug 2022 16:03:28 +0000 (16:03 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/archive.c

index 9932d406a1cf9dcd729c71a9e800f2945b50f54c..246bace00546c22883c6bba8c7dd999cb9ba744f 100644 (file)
@@ -88,7 +88,6 @@ static const char* pakfire_archive_legacy_filename(
                const char* legacy;
        } filenames[] = {
                { "DATA",     "data.img" },
-               { "FILELIST", "filelist"},
                { ".PKGINFO", "info" },
                { NULL, NULL },
        };