Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > 6aabcba1fdafcd3755b9cb4d22c374e8 > scriptlet

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