diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/inkscape.rb | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
