Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > 53f936f154d168ba69f529828a8d4a0e > scriptlet

ipa-pgothic-fonts-003.02-3.1.el5.noarch.rpm

POSTIN

/bin/sh
if [ -x /usr/bin/fc-cache ]; then
	/usr/bin/fc-cache /usr/share/fonts/ipa-pgothic || :
fi

POSTUN

/bin/sh
if [ $1 -eq 0 -a -x /usr/bin/fc-cache ]; then
	/usr/bin/fc-cache /usr/share/fonts/ipa-pgothic || :
fi