]> git.saurik.com Git - apt.git/commit
react to trig-pend only if we have nothing else to do
authorDavid Kalnischkies <david@kalnischkies.de>
Fri, 18 Nov 2016 11:04:08 +0000 (12:04 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Wed, 23 Nov 2016 15:37:39 +0000 (16:37 +0100)
commit066d4a5bab628ef8220971bb5763ff8f3a13de07
tree8488497a6c6ec34d6017ea2c63c1c9baef6efff8
parent49521f87851089bdb4097b715d09a8bd348aa60a
react to trig-pend only if we have nothing else to do

If a package is triggered dpkg frequently issues two messages about it
causing us to make a note about it both times which messes up our
planned dpkg actions view. Adding these actions if we have nothing else
planned fixes this and should still be correct as those planned actions
will deal with the triggering just fine and we avoid strange problems
like a package triggered before its removed…
apt-pkg/deb/dpkgpm.cc