]> git.saurik.com Git - apt.git/commit
write auto-bits before calling dpkg & again after if needed
authorDavid Kalnischkies <david@kalnischkies.de>
Wed, 29 Jun 2016 14:10:12 +0000 (16:10 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Wed, 29 Jun 2016 14:10:12 +0000 (16:10 +0200)
commit309f497b7280a45e3626493318adb6d39ba5c69b
tree00f8f904cf09410c28e574a8028fb79522bf32cd
parent520931867ee2fac8415a624204414d3b62550996
write auto-bits before calling dpkg & again after if needed

Writing first means that even in the event of a power-failure the
autobit is saved for future processing instead of "forgotten" so that
the package is treated as manually installed.

In some cases we have to re-run the writing after dpkg is done through
as dpkg can let packages disappear and in such cases apt will move
autobits around (or in that case non-autobits) which we need to store.
apt-pkg/deb/dpkgpm.cc