Sophie

Sophie

distrib > PLD > th > x86_64 > by-pkgid > 809f66aa07cecb1a754ededcbca7a2f9 > scriptlet

gnome-chess-42.1-2.x86_64.rpm

POSTIN

/bin/sh
{ \
	umask 022; \
	/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas; \
};
{ \
	 \
	if [ -x /usr/bin/gtk-update-icon-cache ]; then \
		umask 022; \
		touch --no-create /usr/share/icons/hicolor; \
		/usr/bin/gtk-update-icon-cache -qf /usr/share/icons/hicolor; \
	fi; \
};

POSTUN

/bin/sh
{ \
	umask 022; \
	/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas; \
};
{ \
	 \
	if [ -x /usr/bin/gtk-update-icon-cache ]; then \
		umask 022; \
		touch --no-create /usr/share/icons/hicolor; \
		/usr/bin/gtk-update-icon-cache -qf /usr/share/icons/hicolor; \
	fi; \
};