Sophie

Sophie

distrib > Mageia > 4 > i586 > media > core-release > by-pkgid > b46e9a7b248c075ff00cd4a934dc5b62 > scriptlet

google-noto-sans-mandaic-fonts-20130807-1.mga4.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