Sophie

Sophie

distrib > Fedora > 18 > x86_64 > by-pkgid > 29d573ad4eabf0fd629ae3e34931bdfe > scriptlet

hanazono-fonts-20131208-1.fc18.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