diff options
Diffstat (limited to 'meta/recipes-graphics/ttf-fonts')
-rw-r--r-- | meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb | 3 | ||||
-rw-r--r-- | meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb b/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb index c50d6eb3ff..81aee0ed0b 100644 --- a/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb +++ b/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb | |||
@@ -34,6 +34,9 @@ do_install () { | |||
34 | 34 | ||
35 | pkg_postinst_${PN} () { | 35 | pkg_postinst_${PN} () { |
36 | #!/bin/sh | 36 | #!/bin/sh |
37 | if [ "x$D" != "x" ] ; then | ||
38 | exit 1 | ||
39 | fi | ||
37 | fc-cache | 40 | fc-cache |
38 | } | 41 | } |
39 | 42 | ||
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 | ||
36 | pkg_postinst_${PN} () { | 36 | pkg_postinst_${PN} () { |
37 | #!/bin/sh | 37 | #!/bin/sh |
38 | if [ "x$D" != "x" ] ; then | ||
39 | exit 1 | ||
40 | fi | ||
38 | fc-cache | 41 | fc-cache |
39 | } | 42 | } |
40 | 43 | ||