Sophie

Sophie

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

oflb-icelandic-fonts-1.001-10.fc14.noarch.rpm

POSTIN

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

POSTUN

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