From 6c7df65f66fe28dcc22dadb1c7b43d1e77a7cf55 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 2 Jul 2013 08:56:37 -0700 Subject: Let the keg handle skipping these --- Library/Formula/gobby.rb | 2 -- Library/Formula/gsmartcontrol.rb | 2 -- Library/Formula/inkscape.rb | 2 -- Library/Formula/libinfinity.rb | 2 -- 4 files changed, 8 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/gobby.rb b/Library/Formula/gobby.rb index e712a395b..acc7c1733 100644 --- a/Library/Formula/gobby.rb +++ b/Library/Formula/gobby.rb @@ -29,8 +29,6 @@ class Gobby < Formula system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make install" - # Don't link this into share! - (share/"icons/hicolor/icon-theme.cache").unlink end end diff --git a/Library/Formula/gsmartcontrol.rb b/Library/Formula/gsmartcontrol.rb index f0afe9d6f..f1aefaa1e 100644 --- a/Library/Formula/gsmartcontrol.rb +++ b/Library/Formula/gsmartcontrol.rb @@ -23,8 +23,6 @@ class Gsmartcontrol < Formula "--prefix=#{prefix}" system "make" system "make install" - # Don't link this into share! - (share/"icons/hicolor/icon-theme.cache").unlink end def test diff --git a/Library/Formula/inkscape.rb b/Library/Formula/inkscape.rb index ac642d016..23dee7aa4 100644 --- a/Library/Formula/inkscape.rb +++ b/Library/Formula/inkscape.rb @@ -37,8 +37,6 @@ class Inkscape < Formula system "./configure", *args system "make install" - # Don't link this into share! - (share/"icons/hicolor/icon-theme.cache").unlink end def test diff --git a/Library/Formula/libinfinity.rb b/Library/Formula/libinfinity.rb index 62b0eddb1..0102758aa 100644 --- a/Library/Formula/libinfinity.rb +++ b/Library/Formula/libinfinity.rb @@ -31,7 +31,5 @@ class Libinfinity < Formula system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make install" - # Don't link this into share! - (share/"icons/hicolor/icon-theme.cache").unlink end end -- cgit v1.2.3