]> 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 4a3010208c45e2fc306ae708f9dffbc6b8f37c18..63b69d5f6607601ebacb5b06ad7f98f86fb26920 100644 (file)
@@ -7,6 +7,11 @@ APT
        "^linux-ubuntu-modules-.*";
   };
 
-  Install-Recommends-Section "metapackages";
-  Never-MarkAuto-Section "metapackages";
+  Never-MarkAuto-Sections
+  { 
+       "metapackages";
+        "restricted/metapackages";
+        "universe/metapackages";
+        "multiverse/metapackages";
+  };
 };