aboutsummaryrefslogtreecommitdiffstats
path: root/common/mentor-swupdate/recipes-graphics/ttf-fonts/liberation-fonts_%.bbappend
blob: 2092c17a584f409e0ed43256a7bd657a48495383 (plain)
1
2
3
4
python add_fontcache_postinsts_append () {
    for pkg in d.getVar('FONT_PACKAGES').split():
        d.setVar('pkg_postinst_%s' % pkg, '')
}