Sophie

Sophie

distrib > Fedora > 13 > i386 > media > os > by-pkgid > 40b4d79293962f0e2cf6d7ae0aea1529 > scriptlet

oflb-notcouriersans-fonts-1.1-2.fc12.noarch.rpm

POSTIN

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

POSTUN

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