Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 4d1eb300747ccf4e5c72ec3ba20ddab7 > scriptlet

lilypond-century-schoolbook-l-fonts-2.14.2-1.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