Sophie

Sophie

distrib > Mageia > 4 > i586 > media > core-release > by-pkgid > f46e0d6c9d6404efa05c0030ff5208cd > scriptlet

google-noto-sans-fonts-20130807-1.mga4.noarch.rpm

POSTIN

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

POSTUN

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