Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > ababf897ce50d6c63563c10ac5d34379 > scriptlet

paratype-pt-sans-fonts-20100408-1.fc14.noarch.rpm

POSTIN

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

POSTUN

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