diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2018-04-20 12:04:31 +0200 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2018-06-26 12:50:27 +0200 |
commit | db58513e6e5a83610c664641854e4dfeb723f9e8 (patch) | |
tree | ad1e52a8af6898bcd80a5f256b177e4f8fa8714a | |
parent | dc70da125689e439547133fc5d8c854d132d15be (diff) |
apt.conf.autoremove: Catch some new Ubuntu module packages
(cherry picked from commit 4ba9412d545232794bd7838e0174df8fda4152b8)
LP: #1778551
-rw-r--r-- | debian/apt.conf.autoremove | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/apt.conf.autoremove b/debian/apt.conf.autoremove index 3609ca49c..dd8151d5f 100644 --- a/debian/apt.conf.autoremove +++ b/debian/apt.conf.autoremove @@ -12,6 +12,8 @@ APT "linux-image"; "linux-headers"; "linux-image-extra"; + "linux-modules"; + "linux-modules-extra"; "linux-signed-image"; # kfreebsd kernels "kfreebsd-image"; @@ -22,6 +24,7 @@ APT ".*-modules"; ".*-kernel"; "linux-backports-modules-.*"; + "linux-modules-.*"; # tools "linux-tools"; }; |