]> git.saurik.com Git - apt.git/blobdiff - debian/apt.conf.autoremove
* Apply patch to avoid truncating of arbitrary files. Thanks to Bryan
[apt.git] / debian / apt.conf.autoremove
index 3a9945b54d103d307c1b2b9fed04bdacd005c041..63b69d5f6607601ebacb5b06ad7f98f86fb26920 100644 (file)
@@ -4,8 +4,14 @@ APT
   { 
        "^linux-image.*";  
        "^linux-restricted-modules.*";
+       "^linux-ubuntu-modules-.*";
   };
 
-  Install-Recommends-Section "metapackages";
-  Never-MarkAuto-Section "metapackages";
+  Never-MarkAuto-Sections
+  { 
+       "metapackages";
+        "restricted/metapackages";
+        "universe/metapackages";
+        "multiverse/metapackages";
+  };
 };