Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 59418132cdd114fb48fbd6f2c337bd89 > scriptlet

google-noto-sans-meeteimayek-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