SparkleShare/scripts/post-install.sh
2018-02-21 08:55:10 +00:00

9 lines
257 B
Bash

#!/bin/sh
echo "-> gtk-update-icon-cache"
gtk-update-icon-cache --quiet --force --ignore-theme-index ${MESON_INSTALL_PREFIX}/share/icons/hicolor
echo "-> update-desktop-database"
update-desktop-database --quiet ${MESON_INSTALL_PREFIX}/share/applications