Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > bfd30b473082e04e1f2bcd2e47296634 > scriptlet

oldstandard-sfd-fonts-2.0.2-8.fc12.noarch.rpm

POSTIN

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

POSTUN

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