summaryrefslogtreecommitdiff
path: root/meson-postinstall.sh
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-04-24 18:03:46 -0400
committerMatthias Clasen <mclasen@redhat.com>2018-04-24 18:08:18 -0400
commita19b43d5258832578bbb264cbbfad2d44d248447 (patch)
tree355806c65b22b44ffe9bd28861e43b9f9bc2d272 /meson-postinstall.sh
parent3e6a2020eec0c4b2996e86753c54609ae76177c6 (diff)
downloadgnome-font-viewer-a19b43d5258832578bbb264cbbfad2d44d248447.tar.gz
We don't install any iconswip/matthiasc/character-variations
So no need to updatean icon cache.
Diffstat (limited to 'meson-postinstall.sh')
-rw-r--r--meson-postinstall.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/meson-postinstall.sh b/meson-postinstall.sh
index a659c80..39ed378 100644
--- a/meson-postinstall.sh
+++ b/meson-postinstall.sh
@@ -4,7 +4,4 @@
if [ -z "$DESTDIR" ]; then
echo Updating desktop database...
update-desktop-database -q ${MESON_INSTALL_PREFIX}/share/applications
-
- echo Updating icon cache...
- gtk-update-icon-cache -q -t -f ${MESON_INSTALL_PREFIX}/share/icons/hicolor
fi