Sophie

Sophie

distrib > Fedora > 18 > x86_64 > by-pkgid > d152e170b2acba4d16711944d9f8af5a > scriptlet

lohit-marathi-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-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