Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-updates > by-pkgid > 692044686b733d998ee1d10415368105 > scriptlet

libreoffice-opensymbol-fonts-3.4.6.2-0.3.mga1.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