summaryrefslogtreecommitdiff
path: root/apt-private
diff options
context:
space:
mode:
Diffstat (limited to 'apt-private')
-rw-r--r--apt-private/private-download.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-private/private-download.cc b/apt-private/private-download.cc
index d95c8ef43..84a088f3d 100644
--- a/apt-private/private-download.cc
+++ b/apt-private/private-download.cc
@@ -316,7 +316,7 @@ static bool CleanDownloadDirectories(bool const ListsToo)
std::cout << "Del " << archivedir << "* " << archivedir << "partial/*" << std::endl
<< "Del " << listsdir << "partial/*" << std::endl;
if (ListsToo)
- std::cout << "Del " << listsdir << "*_{Packages,Sources,Translation-*}{,.diff_Index}" << std::endl;
+ std::cout << "Del " << listsdir << "*_{Packages,Sources,Translation-*}" << std::endl;
std::cout << "Del " << pkgcache << " " << srcpkgcache << std::endl;
return true;
}