]> git.saurik.com Git - apt.git/blob - debian/apt.conf.autoremove
* Fix a typo on 0.7.3 changelog entry about g++ (7.3 to 4.3)
[apt.git] / debian / apt.conf.autoremove
1 APT
2 {
3 NeverAutoRemove
4 {
5 "^linux-image.*";
6 "^linux-restricted-modules.*";
7 };
8 };