summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/opie-ttf-support/opie-ttf-support_1.0.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/opie-ttf-support/opie-ttf-support_1.0.0.bb b/packages/opie-ttf-support/opie-ttf-support_1.0.0.bb
index edb5557405..10180deea3 100644
--- a/packages/opie-ttf-support/opie-ttf-support_1.0.0.bb
+++ b/packages/opie-ttf-support/opie-ttf-support_1.0.0.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Meta-package for Opie TTF support"
DEPENDS = "freetype opie-freetype"
RDEPENDS = "opie-freetype"
SECTION = "opie/fonts"
-PR = "r3"
+PR = "r4"
SRC_URI = "file://update-qtttffontdir.c"
S = "${WORKDIR}"
@@ -19,5 +19,6 @@ do_install() {
pkg_postinst() {
#!/bin/sh
if [ -n "$D" ]; then exit 1; fi
+mkdir -p /opt/QtPalmtop/lib/fonts/
${sbindir}/update-qtttffontdir ${datadir}/fonts/truetype >/opt/QtPalmtop/lib/fonts/fontdir
}