X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/18e12b0e123fc3e5f344682f884feabc12da0f5a..5e73e4006b3639d4def31ee4d52043e197c50bb9:/cookbooks/tools/recipes/default.rb diff --git a/cookbooks/tools/recipes/default.rb b/cookbooks/tools/recipes/default.rb index b0dc2bb9c..be49b745c 100644 --- a/cookbooks/tools/recipes/default.rb +++ b/cookbooks/tools/recipes/default.rb @@ -32,7 +32,6 @@ package %w[ usbutils numactl xfsprogs - sysv-rc-conf iotop lvm2 rsyslog @@ -52,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