Sophie

Sophie

distrib > Momonga > development > i686 > media > os > by-pkgid > 672e2e55d91fef57db35d7374e69e230 > scriptlet

google-noto-cjk-fonts-0.0.2017.4-1m.mo8.noarch.rpm

POSTIN

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

POSTUN

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