Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 648a9e0b60a4d8d2d471957baa554fc9 > scriptlet

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

POSTUN

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