Skip to content

Commit

Permalink
Remove ForcedConfig.plist after install
Browse files Browse the repository at this point in the history
Required to set the server config manually.
podlech committed Aug 25, 2014

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent e53af42 commit 36ee5bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Casks/jabber-video.rb
Original file line number Diff line number Diff line change
@@ -6,4 +6,8 @@ class JabberVideo < Cask
homepage 'https://www.ciscojabbervideo.com/'

link 'Jabber Video.app'

after_install do
system "/bin/rm", "#{destination_path}/Jabber Video.app/Contents/Resources/ForcedConfig.plist"
end
end

1 comment on commit 36ee5bb

@iggyvolz
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A todo is marked here "What is the purpose of this?"

@jpodlech Could you explain this further on #8202?

Please sign in to comment.