Module: OS::Linux::Cask::Artifact::Relocated Private

Extended by:
T::Helpers
Included in:
Cask::Artifact::Relocated
Defined in:
extend/os/linux/cask/artifact/relocated.rb

This module is part of a private API. This module may only be used in the Homebrew/brew repository. Third parties should avoid using this module if possible, as it may be removed or changed without warning.

Instance Method Summary collapse

Instance Method Details

#add_altname_metadata(file, altname, command:) ⇒ SystemCommand::Result?

This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.

Parameters:

Returns:



14
15
16
# File 'extend/os/linux/cask/artifact/relocated.rb', line 14

def (file, altname, command:)
  # no-op on Linux: /usr/bin/xattr for setting extended attributes is not available there.
end