pre/postflight stanza in dash

This commit is contained in:
Roland Walker 2014-09-09 08:55:26 -04:00
parent b40398de4f
commit 6df9a98c86
1 changed files with 1 additions and 1 deletions

View File

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