From: David Kalnischkies Date: Mon, 15 Jun 2015 10:51:22 +0000 (+0200) Subject: ensure valid or remove destination file in file method X-Git-Tag: 1.1.exp9~140^2~6 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/9f697f69cf1adaced476598cfe08ab03c76c5d18?ds=sidebyside;hp=9f697f69cf1adaced476598cfe08ab03c76c5d18 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. ---