Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 47a168ddccb45e5116a9f327df2b04fe > scriptlet

un-core-batang-fonts-1.0.2-0.15.080608.fc14.noarch.rpm

POSTIN

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

POSTUN

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