Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > ef34c0879f8e06a3a4740ed22f0f7b38 > scriptlet

adf-gillius-2-fonts-1.008-4.fc15.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