Skip to content

Commit 8bef999

Browse files
cmcaineStefanKarpinski
authored andcommitted
don't ship icon-theme.cache with Julia #32980 (#33983)
This was introduced in: e2821f5 Package managers track which package owns a file, and if the icon-theme.cache is owned by Julia, the package manager will get confused when that file already exists on the system or when another process overwrites it. It's the DE's job to update that cache.
1 parent cbdb321 commit 8bef999

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,6 @@ endif
377377
mkdir -p $(DESTDIR)$(datarootdir)/icons/hicolor/scalable/apps/
378378
$(INSTALL_F) $(JULIAHOME)/contrib/julia.svg $(DESTDIR)$(datarootdir)/icons/hicolor/scalable/apps/
379379
-touch -c $(DESTDIR)$(datarootdir)/icons/hicolor/
380-
-gtk-update-icon-cache --ignore-theme-index $(DESTDIR)$(datarootdir)/icons/hicolor/
381380
mkdir -p $(DESTDIR)$(datarootdir)/applications/
382381
$(INSTALL_F) $(JULIAHOME)/contrib/julia.desktop $(DESTDIR)$(datarootdir)/applications/
383382
# Install appdata file

0 commit comments

Comments
 (0)