Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 7d35d85d0ecd3b8802b92601a7e31518 > scriptlet

tiresias-lp-fonts-1.0-8.fc14.noarch.rpm

POSTIN

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

POSTUN

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