Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 05493400a25073169726ae9c627f76dc > scriptlet

ipa-ex-mincho-fonts-002.01-1.fc16.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