Sophie

Sophie

distrib > Mageia > 3 > i586 > by-pkgid > b644a687e9f97b50f0e84298d169b316 > scriptlet

google-droid-serif-fonts-20100409-5.mga3.noarch.rpm

POSTIN

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

POSTUN

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