Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-updates > by-pkgid > 31594f9546bca11dd4a53227f4188113 > scriptlet

libreoffice-opensymbol-fonts-4.0.5.2-1.mga3.noarch.rpm

POSTIN

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

POSTUN

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