build: Fix some hardcoded paths

This commit is contained in:
Hylke Bons 2018-02-20 00:31:25 +00:00
parent 285de02411
commit 2232d22259

View file

@ -1,8 +1,8 @@
#!/bin/sh
echo "-> gtk-update-icon-cache"
gtk-update-icon-cache --quiet --force --ignore-theme-index /usr/share/icons/hicolor > /dev/null
gtk-update-icon-cache --quiet --force --ignore-theme-index ${MESON_INSTALL_PREFIX}/share/icons/hicolor
echo "-> update-desktop-database"
update-desktop-database --quiet /usr/share/applications > /dev/null
update-desktop-database --quiet ${MESON_INSTALL_PREFIX}/share/applications