Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > 89fe3c47be19aa05e2f07f919632e55a > scriptlet

google-noto-sans-rejang-fonts-20141001-2.fc20.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