From 5e73e4006b3639d4def31ee4d52043e197c50bb9 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 7 Jun 2019 10:08:27 +0100 Subject: [PATCH] Remove garbage /etc/init.d/screen-cleanup file --- cookbooks/tools/recipes/default.rb | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.43.2