We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a53592e commit e735da7Copy full SHA for e735da7
Library/Homebrew/cask/artifact/abstract_uninstall.rb
@@ -20,7 +20,8 @@ class AbstractUninstall < AbstractArtifact
20
:launchctl,
21
:quit,
22
:signal,
23
- :login_item, # DEPRECATED: Need to remove once the casks have been fixed
+ # odeprecated: deprecate when all casks have been migrated to login_items
24
+ :login_item,
25
:kext,
26
:script,
27
:pkgutil,
0 commit comments