-service "rsyslog" do
- action [ :enable, :start ]
- supports :status => true, :restart => true, :reload => true
+# Remove ubuntu "desktop" vestigal package
+package "whoopsie" do
+ action :purge
+end
+
+# Remove screen-cleanup left behind by old release.
+file "/etc/init.d/screen-cleanup" do
+ action :delete