]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/packagemanager.cc
* debian/apt.cron.daily:
[apt.git] / apt-pkg / packagemanager.cc
index c391a6036915e2f78b26591e46624465e0e23c24..304d1c653e6b410893d777e9816733f7b3e4145d 100644 (file)
@@ -666,10 +666,6 @@ pkgPackageManager::DoInstallPostFork(int statusFd)
       if(goResult == false) 
         return Failed;
 
-      // if all was fine update the state file
-      if(Res == Completed) {
-        Cache.writeStateFile(NULL);
-      }
       return Res;
 };