Sophie

Sophie

distrib > Fedora > 17 > i386 > by-pkgid > a07cef7bff80d9736c907a5fb43b65fa > scriptlet

lohit-marathi-fonts-2.5.1-1.fc17.noarch.rpm

POSTIN

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

POSTUN

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