]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/dpkgpm.cc
merged from the mvo branch (and contains all non-abi break changes from donkult)
[apt.git] / apt-pkg / deb / dpkgpm.cc
index adaf362fa2e7df529ea2e1e55ac80732c053ac82..6eb3b40acf7e5b862754f5ee65c2edc8262f1491 100644 (file)
@@ -49,6 +49,7 @@ namespace
     std::make_pair("install",   N_("Installing %s")),
     std::make_pair("configure", N_("Configuring %s")),
     std::make_pair("remove",    N_("Removing %s")),
+    std::make_pair("purge",    N_("Completely removing %s")),
     std::make_pair("trigproc",  N_("Running post-installation trigger %s"))
   };