]> git.saurik.com Git - apt.git/blob - debian/apt.conf.autoremove
[debian/changelog] correct two typos in the changelog for 0.7.22
[apt.git] / debian / apt.conf.autoremove
1 APT
2 {
3 NeverAutoRemove
4 {
5 "^linux-image.*";
6 "^linux-restricted-modules.*";
7 };
8 };