From a85cb4779ed99bc8e66e2938a661dfd05b8b6b94 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 18 Jun 2013 15:50:46 -0700 Subject: inkscape: don't clobber icon cache --- Library/Formula/inkscape.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library') diff --git a/Library/Formula/inkscape.rb b/Library/Formula/inkscape.rb index 8c950e5b2..e8a03c9c0 100644 --- a/Library/Formula/inkscape.rb +++ b/Library/Formula/inkscape.rb @@ -37,6 +37,8 @@ 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 -- cgit v1.2.3