aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-07-02 08:56:37 -0700
committerAdam Vandenberg2013-07-02 09:00:36 -0700
commit6c7df65f66fe28dcc22dadb1c7b43d1e77a7cf55 (patch)
treefeb2c799a53b49b3886349f86d38255fe31cb8b5 /Library/Formula
parent4441fba849f91b26c5609949db8e2b762f7296d1 (diff)
downloadhomebrew-6c7df65f66fe28dcc22dadb1c7b43d1e77a7cf55.tar.bz2
Let the keg handle skipping these
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gobby.rb2
-rw-r--r--Library/Formula/gsmartcontrol.rb2
-rw-r--r--Library/Formula/inkscape.rb2
-rw-r--r--Library/Formula/libinfinity.rb2
4 files changed, 0 insertions, 8 deletions
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