Sophie

Sophie

distrib > PLD > th > x86_64 > by-pkgid > 7651c514598c9d68b9a62c0a2db5c0ed > scriptlet

mozilla-firefox-bin-112.0-1.x86_64.rpm

POSTIN

/bin/sh
/usr/sbin/update-browser-plugins || :
{ \
	umask 022; \
	/usr/bin/update-desktop-database -q; \
};

POSTUN

/bin/sh
{ \
if [ "$1" = "0" ]; then \
	{ \
	umask 022; \
	/usr/bin/update-desktop-database -q; \
};fi; \
};
if [ "$1" = 0 ]; then
	/usr/sbin/update-browser-plugins || :
fi