From: Michael Vogt Date: Sat, 2 Jan 2016 20:24:47 +0000 (+0100) Subject: Add support for APT::Periodic::CleanInterval X-Git-Tag: 1.2_exp1~52 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/73d52d65816491c0dd8815f393c238f599fea21e?ds=inline;hp=73d52d65816491c0dd8815f393c238f599fea21e Add support for APT::Periodic::CleanInterval In order to allow regular cleaning of the downloaded deb archives the new option APT::Periodic::CleanInterval is added. It will run "apt-get clean" in the given time interval. Thanks: Martin-Éric Racine ---