Sophie

Sophie

distrib > Fedora > 13 > i386 > media > os > by-pkgid > 20fde3a58dcaa9554d493ee27c64b38d > scriptlet

cf-bonveno-fonts-1.1-9.fc12.noarch.rpm

POSTIN

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

POSTUN

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