Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 30ce913799331ddc9eb1275d5ca2b143 > scriptlet

lilypond-century-schoolbook-l-fonts-2.12.3-1.fc13.i686.rpm

POSTIN

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

POSTUN

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