Sophie

Sophie

distrib > Fedora > 18 > x86_64 > by-pkgid > 4a4c5a553086f38f57bf1c98c267cbd6 > scriptlet

lohit-tamil-fonts-2.5.3-1.fc18.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