Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > 197a55ef9aa50dc44a0fb82245412700 > scriptlet

google-noto-sans-lycian-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