# File lib/puppet/provider/package/fink.rb, line 74
74:   def uninstall
75:     finkcmd "-y", "-q", :remove, @model[:name]
76:   end