Skip to content

Commit 6ca63cc

Browse files
committed
music-manager.rb: do not move prefpane (#21659)
* music-manager.rb: do not move prefpane * remove prefpane on uninstall
1 parent 3e356db commit 6ca63cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Casks/music-manager.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
# Renamed for consistency: app name is different in the Finder and in a shell.
1111
# Original discussion: https://github.com/caskroom/homebrew-cask/pull/4282
1212
app 'MusicManager.app', target: 'Music Manager.app'
13-
prefpane 'MusicManager.app/Contents/Helpers/MusicManager.prefPane'
13+
14+
uninstall delete: '~/Library/Preference Panes/MusicManager.prefPane'
1415
end

0 commit comments

Comments
 (0)