fixture/cask: fix style violations
This commit is contained in:
parent
9aabe1ba91
commit
82cdf27eb8
@ -32,12 +32,12 @@ cask "everything" do
|
||||
}
|
||||
|
||||
uninstall launchctl: "com.every.thing.agent",
|
||||
delete: "/Library/EverythingHelperTools",
|
||||
kext: "com.every.thing.driver",
|
||||
signal: [
|
||||
["TERM", "com.every.thing.controller#{version.major}"],
|
||||
["TERM", "com.every.thing.bin"],
|
||||
]
|
||||
],
|
||||
kext: "com.every.thing.driver",
|
||||
delete: "/Library/EverythingHelperTools"
|
||||
|
||||
zap trash: [
|
||||
"~/.everything",
|
||||
|
@ -7,9 +7,9 @@ cask "with-installable" do
|
||||
|
||||
pkg "MyFancyPkg/Fancy.pkg"
|
||||
|
||||
uninstall script: { executable: "MyFancyPkg/FancyUninstaller.tool", args: ["--please"] },
|
||||
quit: "my.fancy.package.app",
|
||||
uninstall quit: "my.fancy.package.app",
|
||||
login_item: "Fancy",
|
||||
script: { executable: "MyFancyPkg/FancyUninstaller.tool", args: ["--please"] },
|
||||
delete: [
|
||||
"#{TEST_TMPDIR}/absolute_path",
|
||||
"#{TEST_TMPDIR}/glob_path*",
|
||||
|
@ -7,7 +7,7 @@ cask "with-pkgutil-zap" do
|
||||
|
||||
pkg "Fancy.pkg"
|
||||
|
||||
zap pkgutil: "my.fancy.package.*",
|
||||
zap launchctl: "my.fancy.package.service",
|
||||
kext: "my.fancy.package.kernelextension",
|
||||
launchctl: "my.fancy.package.service"
|
||||
pkgutil: "my.fancy.package.*"
|
||||
end
|
||||
|
@ -9,11 +9,11 @@ cask "with-zap" do
|
||||
|
||||
uninstall quit: "my.fancy.package.app.from.uninstall"
|
||||
|
||||
zap script: {
|
||||
zap quit: "my.fancy.package.app",
|
||||
login_item: "Fancy",
|
||||
script: {
|
||||
executable: "MyFancyPkg/FancyUninstaller.tool",
|
||||
args: ["--please"],
|
||||
},
|
||||
quit: "my.fancy.package.app",
|
||||
login_item: "Fancy",
|
||||
delete: "~/Library/Preferences/my.fancy.app.plist"
|
||||
end
|
||||
|
@ -28,8 +28,6 @@
|
||||
"uninstall": [
|
||||
{
|
||||
"launchctl": "com.every.thing.agent",
|
||||
"delete": "/Library/EverythingHelperTools",
|
||||
"kext": "com.every.thing.driver",
|
||||
"signal": [
|
||||
[
|
||||
"TERM",
|
||||
@ -39,7 +37,9 @@
|
||||
"TERM",
|
||||
"com.every.thing.bin"
|
||||
]
|
||||
]
|
||||
],
|
||||
"kext": "com.every.thing.driver",
|
||||
"delete": "/Library/EverythingHelperTools"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -101,6 +101,6 @@
|
||||
],
|
||||
"ruby_source_path": "Casks/everything.rb",
|
||||
"ruby_source_checksum": {
|
||||
"sha256": "0c4af571cce1632fc6a3dcf3e75ba82a3283077ef12399428192c26f9d6f779b"
|
||||
"sha256": "d8d0d6b2e5ff65388eccb82236fd3aa157b4a29bb043a1f72b97f0e9b70e8320"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user