Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 4644853d5e4e00fafb0add3509dbdcc8 > scriptlet

paratype-pt-sans-caption-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