Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 9e2608c333391066058708afc190f5c3 > scriptlet

lilypond-feta-alphabet-fonts-2.12.3-1.fc13.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