Fix Google Music Manager (music-manager) pref pane (#20405)

Fix Google Music Manager (music-manager) pref pane

The app will copy the pref pane itself on first run (if it does not
already exist), but then `brew uninstall` will not remove it.
By letting brew symlink the pref pane, it uninstalls properly.
This commit is contained in:
Tom Janson 2016-04-09 22:55:35 +02:00 committed by Vítor Galvão
parent a658994a89
commit 2885317a02
1 changed files with 1 additions and 0 deletions

View File

@ -10,4 +10,5 @@ cask 'music-manager' do
# Renamed for consistency: app name is different in the Finder and in a shell.
# Original discussion: https://github.com/caskroom/homebrew-cask/pull/4282
app 'MusicManager.app', target: 'Music Manager.app'
prefpane 'MusicManager.app/Contents/Helpers/MusicManager.prefPane'
end