action [ :enable, :start ]
supports :status => true, :restart => true, :reload => true
end
+
+#Remove unused base package
+package "mlocate" do
+ action :purge
+end
+
+#Remove ubuntu "desktop" vestigal package
+package "whoopsie" do
+ action :purge
+end