Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > eb36afa4e40f49a0726addd6359ec0f0 > scriptlet

dia-0.95.1-1.amd64.rpm

POSTIN

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

POSTUN

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