3262b1
# adwaita
3262b1
if [ $1 -eq 0 ] ; then
3262b1
    touch --no-create %{gtk3_install_path}/share/icons/Adwaita &>/dev/null
3262b1
    touch --no-create %{gtk3_install_path}/share/icons/hicolor &>/dev/null
3262b1
    %{gtk3_install_path}/bin/gtk-update-icon-cache %{gtk3_install_path}/share/icons/Adwaita &>/dev/null || :
3262b1
    %{gtk3_install_path}/bin/gtk-update-icon-cache %{gtk3_install_path}/share/icons/hicolor &>/dev/null || :
3262b1
fi
3262b1
3262b1
# gdk-pixbuf2
3262b1
if [ $1 -gt 0 ]; then
3262b1
  %{gtk3_install_path}/bin/gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache || :
3262b1
fi
3262b1
3262b1
# glib2
3262b1
[ ! -x %{gtk3_install_path}/bin/gio-querymodules-%{__isa_bits} ] || \
3262b1
%{gtk3_install_path}/bin/gio-querymodules-%{__isa_bits} %{gtk3_install_path}/%{_lib}/gio/modules
3262b1
3262b1
# gtk3
3262b1
if [ $1 -gt 0 ]; then
3262b1
  %{gtk3_install_path}/bin/gtk-query-immodules-3.0-%{__isa_bits} --update-cache
3262b1
fi
3262b1
3262b1
if [ $1 -eq 0 ] ; then
3262b1
    rm -rf %{gtk3_install_path}/var/cache/fontconfig/* &>/dev/null || :
3262b1
fi
3262b1
3262b1
%{gtk3_install_path}/bin/glib-compile-schemas %{gtk3_install_path}/share/glib-2.0/schemas &> /dev/null || :