summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb')
-rw-r--r--meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb b/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb
index d910cff2bb..1f023b760b 100644
--- a/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb
+++ b/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb
@@ -35,6 +35,9 @@ do_install () {
35 35
36pkg_postinst_${PN} () { 36pkg_postinst_${PN} () {
37#!/bin/sh 37#!/bin/sh
38if [ "x$D" != "x" ] ; then
39 exit 1
40fi
38fc-cache 41fc-cache
39} 42}
40 43