pre/postflight stanza in houdahspot

This commit is contained in:
Roland Walker 2014-09-09 08:55:27 -04:00
parent e9574f239f
commit 02992010ef
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ class Houdahspot < Cask
link 'HoudahSpot.app'
after_install do
postflight do
# Don't ask to move the app bundle to /Applications
system '/usr/bin/defaults', 'write', 'com.houdah.HoudahSpot', 'moveToApplicationsFolderAlertSuppress', '-bool', 'true'
end