]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/algorithms.cc
merged from apt-authentication-reliablity
[apt.git] / apt-pkg / algorithms.cc
index eaab4c0ea07fa46d951350e3b59eee81fa81f161..625b49c3d133ee51bd3d17c78d7a2187ccd58199 100644 (file)
@@ -1108,8 +1108,7 @@ bool pkgProblemResolver::Resolve(bool BrokenFix)
       return _error->Error(_("Unable to correct problems, you have held broken packages."));
    }
    
-   // set the auto-flags (mvo: I'm not sure if we _really_ need this, but
-   // I didn't managed 
+   // set the auto-flags (mvo: I'm not sure if we _really_ need this)
    pkgCache::PkgIterator I = Cache.PkgBegin();
    for (;I.end() != true; I++) {
       if (Cache[I].NewInstall() && !(Flags[I->ID] & PreInstalled)) {
@@ -1372,11 +1371,7 @@ bool ListUpdate(pkgAcquireStatus &Stat,
       return _error->Error(_("Some index files failed to download, they have been ignored, or old ones used instead."));
 
 
-   // Run the success scripts if all was fine
-   if(!TransientNetworkFailure && !Failed)
-      RunScripts("APT::Update::Post-Invoke-Success");
-
-   // Run the other scripts
+   // Run the scripts if all was fine
    RunScripts("APT::Update::Post-Invoke");
    return true;
 }