X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/94d1fa98304a9aa1108daa765acbc4a90a0e17d2..60aa7b0d5bd08cc5d5a0eaa74600090c2cece17e:/debian/apt.conf.autoremove?ds=sidebyside diff --git a/debian/apt.conf.autoremove b/debian/apt.conf.autoremove index 4a3010208..44e6eb69c 100644 --- a/debian/apt.conf.autoremove +++ b/debian/apt.conf.autoremove @@ -1,12 +1,23 @@ APT { NeverAutoRemove - { + { + "^linux-firmware$"; "^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"; + "oldlibs"; + "restricted/oldlibs"; + "universe/oldlibs"; + "multiverse/oldlibs"; + + }; };