apt-pkg/acquire-item.cc: Fix handling of local (file:/) sources
[ntk/apt.git] / debian / apt.conf.autoremove
1 APT
2 {
3 NeverAutoRemove
4 {
5 "^linux-image.*";
6 "^linux-restricted-modules.*";
7 "^kfreebsd-image.*";
8 };
9 };