Sophie

Sophie

distrib > Fedora > 15 > x86_64 > by-pkgid > ae49426cb0ad6fb8d86b27470c2a0928 > scriptlet

lilypond-emmentaler-fonts-2.13.49-2.fc15.x86_64.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