Sophie

Sophie

distrib > Fedora > 20 > i386 > by-pkgid > 6260ea08330414bcc01a1d9d03484f5c > scriptlet

google-noto-sans-imperial-aramaic-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