# File lib/puppet/provider/package/sun.rb, line 150
150:   def update
151:     self.uninstall if (@property_hash[:ensure] || info2hash()[:ensure]) != :absent
152:     self.install
153:   end