Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 71ecb1396e6c153119af9d75d1bf49a4 > scriptlet

gfs-philostratos-fonts-20090902-1.fc12.noarch.rpm

POSTIN

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

POSTUN

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