From: Grant Slater Date: Fri, 7 Jun 2019 09:08:27 +0000 (+0100) Subject: Remove garbage /etc/init.d/screen-cleanup file X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/5e73e4006b3639d4def31ee4d52043e197c50bb9?ds=inline Remove garbage /etc/init.d/screen-cleanup file --- 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