Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates > by-pkgid > 94dcea54187b73b0df7947af7e329305 > scriptlet

un-extra-vada-fonts-1.0.2-0.11.080608.fc13.noarch.rpm

POSTIN

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

POSTUN

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