]> 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 b0dc2bb9c8fff5114a81f92948bec61c672a1d53..be49b745c562d3b97e41c6121b635fefc33fc5ba 100644 (file)
@@ -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