aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/htop.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/htop.rb b/Library/Formula/htop.rb
index d8dfab61d..75af28bc8 100644
--- a/Library/Formula/htop.rb
+++ b/Library/Formula/htop.rb
@@ -8,6 +8,8 @@ class Htop <Formula
system "./autogen.sh"
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
system "make", "install", "DEFAULT_INCLUDES='-iquote .'"
+ rm_rf "#{share}/applications" # Don't need Gnome support on OS X
+ rm_rf "#{share}/pixmaps"
end
def caveats; <<-EOS