Skip to content

Commit

Permalink
Update adobe-photoshop-cs6.rb (Homebrew#3183)
Browse files Browse the repository at this point in the history
Update adobe-photoshop-cs6 to use `system_command`.
  • Loading branch information
miccal committed Jan 24, 2017
1 parent a7e727d commit b623e48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Casks/adobe-photoshop-cs6.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
args: ['--mode=silent', "--deploymentFile=#{staged_path}/#{name.join}/Deployment/en_US_Deployment.xml"]

preflight do
system '/usr/bin/killall', '-kill', 'SafariNotificationAgent'
system_command '/usr/bin/killall',
args: ['-kill', 'SafariNotificationAgent']
end

uninstall_preflight do
Expand Down

0 comments on commit b623e48

Please sign in to comment.