Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > e3baf3aeb99d522b549cb2569a80bbc6 > scriptlet

gfs-porson-fonts-20060908-13.fc12.noarch.rpm

POSTIN

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

POSTUN

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