do IsInstallOk call in MarkInstall unconditionally
authorDavid Kalnischkies <david@kalnischkies.de>
Tue, 11 Mar 2014 14:32:40 +0000 (15:32 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Sun, 23 Mar 2014 11:31:02 +0000 (12:31 +0100)
commitbe7ce6f1d067fa62b01685e48094f3f73c95189f
tree4b5238d3780ca97bc38be550c8a5ff610ce934a3
parentd3d9e102c0eb169cb9ab3ad18b07f5a03bf0598d
do IsInstallOk call in MarkInstall unconditionally

Hooked checks could be influenced by AutoInst as a lot can happen
between a call without and one with this bit set. The real cache-hit
check is above this call already. Individual hooked checks can then
inspect the state if they want to cache. Calling them multiple times
shouldn't be a problem either way.
apt-pkg/depcache.cc