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-25 20:24:04 +0200 |
commit | c1b12881fbb72a6daefeb4a2aa698f600ac21f5c (patch) | |
tree | bde86f7fe4abfded181abd51840dc67de4c07f9a | |
parent | 86befe0ac62022ab426940d0f8bfb462154b4518 (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"; }; |