SparkleShare/scripts/post-install.sh

9 lines
257 B
Bash
Raw Normal View History

#!/bin/sh
echo "-> gtk-update-icon-cache"
2018-02-20 00:31:25 +00:00
gtk-update-icon-cache --quiet --force --ignore-theme-index ${MESON_INSTALL_PREFIX}/share/icons/hicolor
echo "-> update-desktop-database"
2018-02-20 00:31:25 +00:00
update-desktop-database --quiet ${MESON_INSTALL_PREFIX}/share/applications