]> git.saurik.com Git - apt.git/commitdiff
apt-pkg/deb/dpkgpm.cc:
authorMichael Vogt <michael.vogt@ubuntu.com>
Mon, 10 Sep 2007 12:56:53 +0000 (14:56 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Mon, 10 Sep 2007 12:56:53 +0000 (14:56 +0200)
- comment out dpkg trigger messages, those seem to be not generated by
  dpkg over the status fd

apt-pkg/deb/dpkgpm.cc

index c62fb62d94717f3b45c46bbb990ee8670439a252..36086d72e06553bba81d1a145a9c3f3c56fdcb9a 100644 (file)
@@ -529,17 +529,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}