Sophie

Sophie

distrib > Fedora > 18 > x86_64 > media > updates > by-pkgid > 181e344021297d66cd8072579ade3251 > scriptlet

libreoffice-opensymbol-fonts-3.6.7.2-4.fc18.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