aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/mentor-swupdate/recipes-graphics/ttf-fonts/liberation-fonts_%.bbappend4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/mentor-swupdate/recipes-graphics/ttf-fonts/liberation-fonts_%.bbappend b/common/mentor-swupdate/recipes-graphics/ttf-fonts/liberation-fonts_%.bbappend
new file mode 100644
index 00000000..2092c17a
--- /dev/null
+++ b/common/mentor-swupdate/recipes-graphics/ttf-fonts/liberation-fonts_%.bbappend
@@ -0,0 +1,4 @@
+python add_fontcache_postinsts_append () {
+ for pkg in d.getVar('FONT_PACKAGES').split():
+ d.setVar('pkg_postinst_%s' % pkg, '')
+}