]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tools/recipes/default.rb
Remove garbage /etc/init.d/screen-cleanup file
[chef.git] / cookbooks / tools / recipes / default.rb
index a4dc20c3030030f4407258c09787f5e2bb32a4b2..be49b745c562d3b97e41c6121b635fefc33fc5ba 100644 (file)
@@ -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