Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 8a5a984fc5d7ccec276a23156bb97816 > scriptlet

lilypond-emmentaler-fonts-2.14.2-1.fc14.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