Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 1408ddf84cf6db8032661e86c19fae3f > scriptlet

gfs-complutum-fonts-20070413-13.fc12.noarch.rpm

POSTIN

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

POSTUN

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