Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > 315c3ea5469a55bb1d7cb435b37092be > scriptlet

libreoffice-opensymbol-fonts-4.2.7.2-9.fc20.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