| |
| touch --no-create %{gtk3_install_path}/share/icons/Adwaita &>/dev/null || : |
| touch --no-create %{gtk3_install_path}/share/icons/hicolor &>/dev/null || : |
| %{gtk3_install_path}/bin/gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache || : |
| |
| |
| %{gtk3_install_path}/bin/gio-querymodules-%{__isa_bits} %{gtk3_install_path}/%{_lib}/gio/modules |
| |
| |
| %{gtk3_install_path}/bin/gtk-query-immodules-3.0-%{__isa_bits} --update-cache |
| %{gtk3_install_path}/bin/glib-compile-schemas %{gtk3_install_path}/share/glib-2.0/schemas &> /dev/null || : |
| |
| |
| umask 0022 |
| |
| |
| |
| |
| |
| |
| if [ -x %{gtk3_install_path}/bin/fc-cache ] && %{gtk3_install_path}/bin/fc-cache --version 2>&1 | grep -q 2.10.95 ; then |
| HOME=/root %{gtk3_install_path}/bin/fc-cache -f |
| fi |
| |