# File lib/puppet/provider/package/sun.rb, line 162
162:     def update
163:         if (@property_hash[:ensure] || info2hash()[:ensure]) != :absent
164:             self.uninstall
165:         end
166:         self.install
167:     end