Sophie

Sophie

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

google-droid-sans-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