Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 8c939323dcb44c59932c932e7582cebe > scriptlet

gfs-bodoni-fonts-20070415-11.fc12.noarch.rpm

POSTIN

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

POSTUN

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