package daemon: Ignore only entry events of packages to remove

This commit is contained in:
Ingo Weinhold
2013-09-15 11:21:42 +02:00
parent af8587ce40
commit 33dc65c7ff
+4 -1
View File
@@ -355,7 +355,10 @@ private:
fPackagesToDeactivate.insert(package);
package->IncrementEntryRemovedIgnoreLevel();
if (fPackagesAlreadyRemoved.find(package)
== fPackagesAlreadyRemoved.end()) {
package->IncrementEntryRemovedIgnoreLevel();
}
}
}