package daemon: Ignore only entry events of packages to remove
This commit is contained in:
@@ -355,7 +355,10 @@ private:
|
||||
|
||||
fPackagesToDeactivate.insert(package);
|
||||
|
||||
package->IncrementEntryRemovedIgnoreLevel();
|
||||
if (fPackagesAlreadyRemoved.find(package)
|
||||
== fPackagesAlreadyRemoved.end()) {
|
||||
package->IncrementEntryRemovedIgnoreLevel();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user