]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/pakfire/lib/functions.pl
Fixed pakfire installing upgrades twice
[ipfire-2.x.git] / src / pakfire / lib / functions.pl
index 491c4b076c283897b310c952dab76cd1c56a404b..91e7930d1118cd32cc66d981c34658a310ac0b20 100644 (file)
@@ -410,6 +410,7 @@ sub dblist {
                foreach $file (@files) {
                        next if ( $file eq "." );
                        next if ( $file eq ".." );
+                       next if ( $file =~ /^old/ );
                        open(FILE, "<$Conf::dbdir/meta/$file");
                        @meta = <FILE>;
                        close(FILE);