]> git.saurik.com Git - apt.git/commit
eipp: make no difference between remove & purge
authorDavid Kalnischkies <david@kalnischkies.de>
Fri, 3 Jun 2016 11:09:13 +0000 (13:09 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Mon, 27 Jun 2016 09:57:12 +0000 (11:57 +0200)
commit4cdc3bf0e24a74b0af45e1cbabfcaebd9d0c3318
tree1a4cf6874b23050e876dd093e8dd33efbba269ec
parentf74d99c6a78caafdc6e32d8cb135683b7154795c
eipp: make no difference between remove & purge

For the order there is no inherent difference between delete or purge,
so we don't tell the planer about this and instead decide in apt if a
package should be purged or not which also allows us to not tell the
planer about rc-only purges as we can trivially do this on our on as
there is no need to plan such purges.
apt-pkg/edsp.cc