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-04-20 12:05:40 +0200 |
commit | 4ba9412d545232794bd7838e0174df8fda4152b8 (patch) | |
tree | c86f3ea1feb2928772037dbee7b573c93ddc5974 | |
parent | 54b3de3ed85be6c8a98b35f2d3d9ec26ab3e4eee (diff) |
apt.conf.autoremove: Catch some new Ubuntu module packages
-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 7031df557..6c6767bb9 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"; "linux-cloud-tools"; |