Skip to content

Commit

Permalink
Merge pull request #8184 from jawshooah/colloquy-suppress-move
Browse files Browse the repository at this point in the history
Colloquy: suppress move to applications
  • Loading branch information
rolandwalker committed Dec 17, 2014
2 parents 337bd01 + b810775 commit 3bd0203
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Casks/colloquy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,15 @@

app 'Colloquy.app'

postflight do
suppress_move_to_applications
end

zap :delete => [
'~/Library/Application Support/Colloquy',
'~/Library/Caches/info.colloquy',
'~/Library/Preferences/info.colloquy.plist',
'~/Library/Scripts/Applications/Colloquy',
'~/Library/Saved Application State/info.colloquy.savedState',
'~/Library/Scripts/Applications/Colloquy'
]
end

0 comments on commit 3bd0203

Please sign in to comment.