# File lib/fpm/package/osxpkg.rb, line 157
  def to_s(format=nil)
    return super("NAME-VERSION.pkg") if format.nil?
    return super(format)
  end