Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 34a19f8cb860ba0f84f728c2f46b7445 > scriptlet

ucs-miscfixed-fonts-0.3-5.fc13.noarch.rpm

POSTIN

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

POSTUN

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