]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/dpkgpm.cc
* apt-pkg/deb/dpkgpm.cc:
[apt.git] / apt-pkg / deb / dpkgpm.cc
index 90ae413f4ab9043c68385bcbec63634dcf00f4db..8b4e6701ae93d5389ca21d5ea7666ac47785778f 100644 (file)
@@ -572,17 +572,20 @@ bool pkgDPkgPM::Go(int OutStatusFd)
       { 
         {"unpacked",N_("Preparing to configure %s") },
         {"half-configured", N_("Configuring %s") },
+#if 0
         {"triggers-awaited", N_("Processing triggers for %s") },
         {"triggers-pending", N_("Processing triggers for %s") },
-        {"half-configured", N_("Configuring %s") },
+#endif
         { "installed", N_("Installed %s")},
         {NULL, NULL}
       },
       // Remove operation
       { 
         {"half-configured", N_("Preparing for removal of %s")},
+#if 0
         {"triggers-awaited", N_("Preparing for removal of %s")},
         {"triggers-pending", N_("Preparing for removal of %s")},
+#endif
         {"half-installed", N_("Removing %s")},
         {"config-files",  N_("Removed %s")},
         {NULL, NULL}