diff options
Diffstat (limited to 'debian/apt.conf.autoremove')
-rw-r--r-- | debian/apt.conf.autoremove | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/apt.conf.autoremove b/debian/apt.conf.autoremove index 4a3010208..f77e1cfbf 100644 --- a/debian/apt.conf.autoremove +++ b/debian/apt.conf.autoremove @@ -7,6 +7,6 @@ APT "^linux-ubuntu-modules-.*"; }; - Install-Recommends-Section "metapackages"; - Never-MarkAuto-Section "metapackages"; + Install-Recommends-Section "*metapackages"; + Never-MarkAuto-Section "*metapackages"; }; |