Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 3e37f6e239553b6ee1f12468c12c05d9 > scriptlet

vollkorn-fonts-1.008-4.fc12.noarch.rpm

POSTIN

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

POSTUN

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