Sophie

Sophie

distrib > PLD > th > x86_64 > by-pkgid > 6c868e4be64e9f5458a7d482e3e215ca > scriptlet

copyq-7.0.0-1.x86_64.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; \
};
{ \
	umask 022; \
	/usr/bin/update-desktop-database -q; \
};

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