Sophie

Sophie

distrib > PLD > th > x86_64 > by-pkgid > cf37c2c690bb6b3e4db8496645a2d5ff > scriptlet

libreoffice-writer-7.5.2.2-1.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; \
};