Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > eb67d8e8e40b6f6773bb50bfd8742dc4 > scriptlet

lohit-tamil-fonts-2.4.5-9.fc15.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