Skip to content

Commit

Permalink
Update icons cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Yutsuten committed Jul 8, 2023
1 parent 0f39a55 commit a20feaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions misc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ install:
gzip -n -9 -f $(MANDIR)/man1/vimiv.1
$(foreach i,$(ICONSIZES),install -Dm644 icons/vimiv_${i}x${i}.png $(DATADIR)/icons/hicolor/${i}x${i}/apps/vimiv.png;)
install -Dm644 icons/vimiv.svg $(DATADIR)/icons/hicolor/scalable/apps/vimiv.svg
-gtk-update-icon-cache $(DATADIR)/icons/hicolor

uninstall:
scripts/uninstall_pythonpkg.sh
Expand All @@ -46,6 +47,7 @@ uninstall:
rm $(MANDIR)/man1/vimiv.1.gz
$(foreach i,$(ICONSIZES),rm $(DATADIR)/icons/hicolor/${i}x${i}/apps/vimiv.png;)
rm $(DATADIR)/icons/hicolor/scalable/apps/vimiv.svg
-gtk-update-icon-cache $(DATADIR)/icons/hicolor

clean:
rm -rf build vimiv.egg-info/

0 comments on commit a20feaf

Please sign in to comment.