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