Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > c5e8b6af330a8e14d410cecaf3b3b03f > scriptlet

lohit-tamil-fonts-2.4.5-6.fc14.noarch.rpm

POSTIN

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

POSTUN

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