Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > c74c0f8b1130dfa762bc4ca121e20e04 > scriptlet

ipa-pgothic-fonts-003.02-5.fc14.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