Sophie

Sophie

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

hanazono-fonts-20100718-1.fc14.noarch.rpm

POSTIN

/bin/sh
if [ -x /usr/bin/fc-cache ]; then 
    /usr/bin/fc-cache /usr/share/fonts/hanazono || : 
fi

POSTUN

/bin/sh
if [ $1 -eq 0 -a -x /usr/bin/fc-cache ] ; then 
    /usr/bin/fc-cache /usr/share/fonts/hanazono || : 
fi