X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/8515692fead30696a1466f419a01eea95d481cc5..2361839bd17418a08d62c34e126d8ba54d07ab9d:/cookbooks/tools/recipes/default.rb diff --git a/cookbooks/tools/recipes/default.rb b/cookbooks/tools/recipes/default.rb index eaceb9d8e..ceb3716c5 100644 --- a/cookbooks/tools/recipes/default.rb +++ b/cookbooks/tools/recipes/default.rb @@ -49,7 +49,7 @@ package %w[mlocate nano whoopsie] do end # Remove screen-cleanup left behind by old release. -file "/etc/init.d/screen-cleanup" do +link "/etc/init.d/screen-cleanup" do action :delete end