Sophie

Sophie

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

ipa-ex-mincho-fonts-001.02-1.fc14.noarch.rpm

POSTIN

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

POSTUN

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