]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/clean.cc
Bug fixes
[apt.git] / apt-pkg / clean.cc
index db47b1cc4cac7e8c82f2292fb2757e7fa7bffb8d..b859e382b0c8a10314efee81ef0a687441a4c6ef 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: clean.cc,v 1.1 1999/02/01 08:11:57 jgg Exp $
+// $Id: clean.cc,v 1.2 1999/06/24 04:06:30 jgg Exp $
 /* ######################################################################
 
    Clean - Clean out downloaded directories
@@ -101,7 +101,6 @@ bool pkgArchiveCleaner::Go(string Dir,pkgCache &Cache)
       }
             
       Erase(Dir->d_name,Pkg,Ver,St);
-      unlink(Dir->d_name);
    };
    
    chdir(StartDir.c_str());