summaryrefslogtreecommitdiff
path: root/debian/apt.conf.autoremove
blob: 4a3010208c45e2fc306ae708f9dffbc6b8f37c18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
APT
{
  NeverAutoRemove  
  { 
	"^linux-image.*";  
	"^linux-restricted-modules.*";
	"^linux-ubuntu-modules-.*";
  };

  Install-Recommends-Section "metapackages";
  Never-MarkAuto-Section "metapackages";
};