X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/87170c8c9fe7847e35d9d4bd4c86e04dba07fb4f..ad17f853c6951a4b71a89b628efcd0ae269449f2:/cookbooks/tools/recipes/default.rb diff --git a/cookbooks/tools/recipes/default.rb b/cookbooks/tools/recipes/default.rb index 801edee7b..34daecf1f 100644 --- a/cookbooks/tools/recipes/default.rb +++ b/cookbooks/tools/recipes/default.rb @@ -50,3 +50,8 @@ package "mlocate" do action :purge end +#Remove ubuntu "desktop" vestigal package +package "whoopsie" do + action :purge +end +