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-02-23 15:37:53 +0100 |
commit | 923ba67464960940a19b24a341e896a9338161fb (patch) | |
tree | 41c9404f812e28e886c1b8c450d4bdc523b62ec9 | |
parent | 928ecff984be22632c27a69e072741e74491292c (diff) |
apt.conf.autoremove: Add linux-cloud-tools to list
LP: #1698159
-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 3609ca49c..7031df557 100644 --- a/debian/apt.conf.autoremove +++ b/debian/apt.conf.autoremove @@ -24,6 +24,7 @@ APT "linux-backports-modules-.*"; # tools "linux-tools"; + "linux-cloud-tools"; }; Never-MarkAuto-Sections |