Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > ff141f1199b49318e52b087f2d2fb6c1 > scriptlet

aldusleaf-crimson-text-fonts-0.1-0.2.20100628.fc14.noarch.rpm

POSTIN

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

POSTUN

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