Sophie

Sophie

distrib > Mageia > 6 > armv5tl > media > core-release > by-pkgid > 1f2769da5f2fbd804c1dcc19e7b9016e > scriptlet

google-noto-sans-oriya-ui-fonts-20150417-2.mga6.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