X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a5b8b5c817adb2a90f0f8c9625a5ba96661f91ff..f66c502f7256ad38c308f8276542b6978a2545a6:/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 +