Sophie

Sophie

distrib > Scientific%20Linux > 5x > i386 > by-pkgid > e99c54822d323c1f45580381809f225a > scriptlet

ipa-gothic-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-gothic || :
fi

POSTUN

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