Skip to content

Commit

Permalink
add mime-info to Gnome folders
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Jul 8, 2013
1 parent 37ddd1f commit 46783d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/keg.rb
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def link mode=OpenStruct.new
share_mkpaths.concat((1..8).map { |i| "man/man#{i}" })
share_mkpaths.concat((1..8).map { |i| "man/cat#{i}" })
# Paths used by Gnome Desktop support
share_mkpaths.concat %w[applications icons pixmaps sounds]
share_mkpaths.concat %w[applications icons mime-info pixmaps sounds]

# yeah indeed, you have to force anything you need in the main tree into
# these dirs REMEMBER that *NOT* everything needs to be in the main tree
Expand Down

0 comments on commit 46783d9

Please sign in to comment.