Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 415e8f75656e7a09a246487be17c9a20 > scriptlet

lilypond-century-schoolbook-l-fonts-2.13.49-2.fc15.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