X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/bfd0f6bf2cc877667f039f2fc4a1e34e1dd7cd39..86aeaefd2b815793d4bed90170428068e60f7c9f:/cookbooks/tools/recipes/default.rb diff --git a/cookbooks/tools/recipes/default.rb b/cookbooks/tools/recipes/default.rb index a4dc20c30..be49b745c 100644 --- a/cookbooks/tools/recipes/default.rb +++ b/cookbooks/tools/recipes/default.rb @@ -51,3 +51,8 @@ end package "whoopsie" do action :purge end + +# Remove screen-cleanup left behind by old release. +file "/etc/init.d/screen-cleanup" do + action :delete +end