Codebase list gnome-twitch / debian/0.2.0-3 meson_post_install.sh
debian/0.2.0-3

Tree @debian/0.2.0-3 (Download .tar.gz)

meson_post_install.sh @debian/0.2.0-3raw · history · blame

1
2
3
4
5
6
7
#!/bin/sh

PREFIX=${MESON_INSTALL_PREFIX:-/usr}

glib-compile-schemas "$PREFIX/share/glib-2.0/schemas"
update-desktop-database -q
gtk-update-icon-cache -q -t -f "$PREFIX/share/icons/hicolor"