Sophie

Sophie

distrib > PLD > th > x86_64 > by-pkgid > 3f72ffcf32f8698814b89be2ac0bcfcd > scriptlet

abiword-3.0.2-8.x86_64.rpm

POSTIN

/bin/sh
{ \
	umask 022; \
	/usr/bin/update-desktop-database -q; \
};
{ \
	 \
	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 [ "$1" = "0" ]; then \
	{ \
	umask 022; \
	/usr/bin/update-desktop-database -q; \
};fi; \
};
{ \
	 \
	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; \
};