Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 83a7bb4c0550470cfafe6fd9de2d80bc > scriptlet

google-croscore-arimo-fonts-1.23.0-1.mga4.noarch.rpm

POSTIN

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

POSTUN

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