Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > cff701e3cef8193fc83d2d14a5a612cb > scriptlet

google-noto-sans-telugu-ui-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