Sophie

Sophie

distrib > PLD > th > x86_64 > by-pkgid > 190e14dfaff8c0c5f596c9b945e1423b > scriptlet

gajim-1.0.3-6.noarch.rpm

POSTIN

/bin/sh
{ \
	 \
	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
{ \
	 \
	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; \
};