X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/36afd8495a5646ccdec0153c93945a5a27606fce..1bc5d775b911e64e2f1e9e12539496ce13dd0945:/debian/apt.conf.ubuntu diff --git a/debian/apt.conf.ubuntu b/debian/apt.conf.ubuntu index 8d095f17e..0489faf98 100644 --- a/debian/apt.conf.ubuntu +++ b/debian/apt.conf.ubuntu @@ -1,10 +1,10 @@ APT { - NeverAutoRemove + Install-Recommends-Sections { - "^linux-image.*"; - "^linux-restricted-modules.*"; + "metapackages"; + "restricted/metapackages"; + "universe/metapackages"; + "multiverse/metapackages"; }; - - Install-Recommends-Section "metapackages"; };