Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > d09c6907f8b31100adbb39e70d6b8c41 > scriptlet

oflb-smonohand-fonts-20090423-2.fc13.noarch.rpm

POSTIN

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

POSTUN

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