Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > 031f8d4227b960c9890b3d6ad113cca1 > scriptlet

ipa-gothic-fonts-003.02-5.fc13.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