Sophie

Sophie

distrib > Fedora > 13 > i386 > media > os > by-pkgid > 6830b95384e3970bc3fcc9389f88384f > scriptlet

gdouros-aegean-fonts-3.01-2.fc13.noarch.rpm

POSTIN

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

POSTUN

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