Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > b3a73356e5b5a882d99acc78f9b1d40d > scriptlet

openoffice.org-opensymbol-fonts-3.3.0-20.8.fc14.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