Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 44fc2cc67ee37d31aad83d6a13a6da06 > scriptlet

paratype-pt-sans-caption-fonts-20100408-2.fc15.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