diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2018-02-23 15:37:53 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2018-07-17 09:01:41 +0200 |
commit | 2396ef367be19ee71ba97e799aade79423dcf484 (patch) | |
tree | 6137636249d3648e7fad45a58ed5ee3e5c54d8a9 | |
parent | a9404508152f59b4d35c3153acb716f833a08a08 (diff) |
apt.conf.autoremove: Add linux-cloud-tools to list
LP: #1698159
(cherry picked from commit 923ba67464960940a19b24a341e896a9338161fb)
-rw-r--r-- | debian/apt.conf.autoremove | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/apt.conf.autoremove b/debian/apt.conf.autoremove index dd8151d5f..6c6767bb9 100644 --- a/debian/apt.conf.autoremove +++ b/debian/apt.conf.autoremove @@ -27,6 +27,7 @@ APT "linux-modules-.*"; # tools "linux-tools"; + "linux-cloud-tools"; }; Never-MarkAuto-Sections |