Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > 3c632d706298fb7e53e7521b8cf9e928 > scriptlet

amiri-quran-fonts-0.107-1.fc20.noarch.rpm

POSTIN

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

POSTUN

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