Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > 7fb04d5f0c9756c2cc41b7443371d85c > scriptlet

ipa-pmincho-fonts-003.02-2.1.el5.noarch.rpm

POSTIN

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

POSTUN

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