Sophie

Sophie

distrib > PLD > th > x86_64 > by-pkgid > 8f1af115c14efb1b06d02fe7ab8854f1 > scriptlet

mozilla-thunderbird-bin-102.12.0-1.x86_64.rpm

POSTIN

/bin/sh
{ \
	umask 022; \
	/usr/bin/update-desktop-database -q; \
};

POSTUN

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