summaryrefslogtreecommitdiff
path: root/apt-pkg/clean.cc
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:54:04 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:54:04 +0000
commitc1e78ee5a2697afc0902d1be294d71de93090909 (patch)
treef2cc9270b427a4ce9afed950243fd55efd341032 /apt-pkg/clean.cc
parente301bbe940636295d844ba8ab278c10828a004fa (diff)
Various minor bug fixes
Author: jgg Date: 1999-06-24 04:06:30 GMT Various minor bug fixes
Diffstat (limited to 'apt-pkg/clean.cc')
-rw-r--r--apt-pkg/clean.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/apt-pkg/clean.cc b/apt-pkg/clean.cc
index db47b1cc4..b859e382b 100644
--- a/apt-pkg/clean.cc
+++ b/apt-pkg/clean.cc
@@ -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());