]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-item.cc
* apt-pkg/deb/dpkgpm.cc:
[apt.git] / apt-pkg / acquire-item.cc
index 3e6262c96f72313680e8c52105bd27b3870671fd..b5c2149cc6096f3bca4d1d42904738a465ea102b 100644 (file)
@@ -724,10 +724,7 @@ void pkgAcqIndex::Done(string Message,unsigned long Size,string Hash,
    {
       // The files timestamp matches
       if (StringToBool(LookupTag(Message,"Alt-IMS-Hit"),false) == true)
-      {
-        unlink(FileName.c_str());
         return;
-      }
       Decompression = true;
       Local = true;
       DestFile += ".decomp";