mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
squirrel: Fix RuboCop Cask/ArrayAlphabetization offenses
This commit is contained in:
+3
-3
@@ -13,16 +13,16 @@ cask "squirrel" do
|
||||
pkg "Squirrel.pkg"
|
||||
|
||||
uninstall pkgutil: [
|
||||
"im.rime.inputmethod.Squirrel",
|
||||
"com.googlecode.rimeime.Squirrel.pkg", # Package name of older versions (< 0.10.0)
|
||||
"im.rime.inputmethod.Squirrel",
|
||||
],
|
||||
delete: "/Library/Input Methods/Squirrel.app"
|
||||
|
||||
zap trash: [
|
||||
"~/Library/Caches/im.rime.inputmethod.Squirrel",
|
||||
"~/Library/Preferences/im.rime.inputmethod.Squirrel.plist",
|
||||
# Data for older versions (< 0.10.0)
|
||||
"~/Library/Caches/com.googlecode.rimeime.inputmethod.Squirrel",
|
||||
"~/Library/Caches/im.rime.inputmethod.Squirrel",
|
||||
"~/Library/Preferences/com.googlecode.rimeime.inputmethod.Squirrel.plist",
|
||||
"~/Library/Preferences/im.rime.inputmethod.Squirrel.plist",
|
||||
]
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user