From 6c5384e10aea6585c602cb8fca8c9eea8ff16ba5 Mon Sep 17 00:00:00 2001 From: Gábor Németh Date: Fri, 15 Dec 2023 12:57:16 +0100 Subject: Add 'dist-clean' to 'apt-get' too --- cmdline/apt-get.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index 95c4a85ab..d41e0f243 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -424,6 +424,8 @@ static std::vector GetCommands() /*{{{*/ {"clean", &DoClean, _("Erase downloaded archive files")}, {"autoclean", &DoAutoClean, _("Erase old downloaded archive files")}, {"auto-clean", &DoAutoClean, nullptr}, + {"distclean", &DoDistClean, nullptr}, + {"dist-clean", &DoDistClean, nullptr}, {"check", &DoCheck, _("Verify that there are no broken dependencies")}, {"source", &DoSource, _("Download source archives")}, {"download", &DoDownload, _("Download the binary package into the current directory")}, -- cgit v1.2.3-70-g09d2