Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 6100bcb4143efba9a8a9be4b5cb5e775 > scriptlet

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