X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/94bdf40722a406f66383261d36e500213b0c2c38..5c8a2aa8d5fa2f5e3342e9abd2b750f1615a226a:/debian/apt.conf.autoremove diff --git a/debian/apt.conf.autoremove b/debian/apt.conf.autoremove index f77e1cfbf..42081014a 100644 --- a/debian/apt.conf.autoremove +++ b/debian/apt.conf.autoremove @@ -1,12 +1,18 @@ 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"; + }; };