http://bugs.openembedded.org/show_bug.cgi?id=870





------- Comment #14 from [EMAIL PROTECTED]  2006-04-26 11:24 -------
For fonts I suggest:

FILES_${PN} += " ${libdir}/X11/fonts/*.gz ${libdir}/X11/fonts/*/*.gz"

pkg_postinst_${PN} () {

        if [ "x$D" != "x" ]; then
                exit 1
        fi

        for fontdir in /usr/lib/X11/fonts/* /usr/lib/X11/fonts/*/*  ; do
                if test -d $fontdir ; then
                        mkfontdir $fontdir
                        mkfontscale $fontdir
                fi
        done
}


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Oe mailing list
[email protected]
https://www.handhelds.org/mailman/listinfo/oe

Reply via email to