Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > cfa5d4dca2c5d5e482862f2d55f0a866 > scriptlet

tiresias-info-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