aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
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