summaryrefslogtreecommitdiff
path: root/test/integration/test-apt-keep-downloaded-pkgs
AgeCommit message (Collapse)Author
2016-01-02Add new APT::Keep-Downloaded-Packages optionMichael Vogt
This option controls if downloaded packages should be kept after a successful install or if they should be deleted. The default for "apt-get" is that they are kept (just like before). However the default for "apt" is that they get deleted. Closes: #160743