diff --git a/scripts/post-install.sh b/scripts/post-install.sh index 4b14721d..0598e9e4 100644 --- a/scripts/post-install.sh +++ b/scripts/post-install.sh @@ -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