]> git.saurik.com Git - apt.git/commit - methods/file.cc
ensure valid or remove destination file in file method
authorDavid Kalnischkies <david@kalnischkies.de>
Mon, 15 Jun 2015 10:51:22 +0000 (12:51 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Mon, 15 Jun 2015 12:39:37 +0000 (14:39 +0200)
commit9f697f69cf1adaced476598cfe08ab03c76c5d18
treee0032a72715eed96aff0ad096a8b27693a1b3627
parentd56e2917f27a722b54685de13aeb1bb7592fc61b
ensure valid or remove destination file in file method

'file' isn't using the destination file per-se, but returns another name
via "Filename" header. It still should deal with destination files as
they could exist (pkgAcqFile e.g. creates links in that location) and
are potentially bogus.
methods/file.cc