summaryrefslogtreecommitdiff
path: root/cmdline/apt-get.cc
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2007-09-14 14:32:02 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2007-09-14 14:32:02 +0200
commit821c6533d7ead7ec2e4832e6b3a980cd83c76754 (patch)
tree49d3267affcb4221b6cb744a31f34ec93697bc20 /cmdline/apt-get.cc
parent12121baed79ed5f47020b495519b68d1c37e0123 (diff)
parent9efa2e916d134e5960351cc3b67f4556ec4b2126 (diff)
* debian/apt.cron.daily:
- move unattended-upgrade before apt-get autoclean * fix "purge" commandline argument, closes LP: #125733 (thanks to Julien Danjou for the patch) * fix missing SetExecClose() call when the status-fd is used * debian/apt.cron.daily: - move unattended-upgrade before apt-get autoclean * fix "purge" commandline argument, closes: #133421 (thanks to Julien Danjou for the patch)
Diffstat (limited to 'cmdline/apt-get.cc')
-rw-r--r--cmdline/apt-get.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc
index e7b7d5204..9389e7010 100644
--- a/cmdline/apt-get.cc
+++ b/cmdline/apt-get.cc
@@ -2779,6 +2779,7 @@ int main(int argc,const char *argv[])
{"install",&DoInstall},
{"remove",&DoInstall},
{"autoremove",&DoInstall},
+ {"purge",&DoInstall},
{"dist-upgrade",&DoDistUpgrade},
{"dselect-upgrade",&DoDSelectUpgrade},
{"build-dep",&DoBuildDep},