Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 361b6f1cf72821376b6d2cd6a1645578 > scriptlet

adf-gillius-fonts-1.008-3.fc14.noarch.rpm

POSTIN

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

POSTUN

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