mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
steam: Fix RuboCop Cask/ArrayAlphabetization offenses
This commit is contained in:
+2
-2
@@ -18,8 +18,8 @@ cask "steam" do
|
||||
app "Steam.app"
|
||||
|
||||
uninstall launchctl: [
|
||||
"com.valvesoftware.steamclean",
|
||||
"com.valvesoftware.steam.ipctool",
|
||||
"com.valvesoftware.steamclean",
|
||||
],
|
||||
quit: [
|
||||
"com.valvesoftware.steam",
|
||||
@@ -28,9 +28,9 @@ cask "steam" do
|
||||
]
|
||||
|
||||
zap trash: [
|
||||
"~/Library/Application Support/Steam/",
|
||||
"~/Library/LaunchAgents/com.valvesoftware.steamclean.plist",
|
||||
"~/Library/Preferences/com.valvesoftware.steam.helper.plist",
|
||||
"~/Library/Application Support/Steam/",
|
||||
"~/Library/Saved Application State/com.valvesoftware.steam.savedState/",
|
||||
]
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user