summaryrefslogtreecommitdiff
path: root/qte/qte_2.3.7.oe
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2004-06-03 17:27:03 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2004-06-03 17:27:03 +0000
commit4f2d36ffab806e7e07828fe611a24c41ebf85481 (patch)
treeac64a5f8c83de028f0daa404abf81313d5b863aa /qte/qte_2.3.7.oe
parentbd33a6904b0c3484669a15c3f8c0455eb13486d9 (diff)
Merge bk://openembedded@openembedded.bkbits.net/packages
into home.hrw.one.pl:/home/szczepan/zaurus/oe/packages 2004/06/03 19:25:28+02:00 hrw.one.pl!hrw remove postinst/postrm errors BKrev: 40bf5f67OtvAg844gK-VdDDx38NM-w
Diffstat (limited to 'qte/qte_2.3.7.oe')
-rw-r--r--qte/qte_2.3.7.oe4
1 files changed, 2 insertions, 2 deletions
diff --git a/qte/qte_2.3.7.oe b/qte/qte_2.3.7.oe
index eb7bfd9b48..bc3fc4fbf5 100644
--- a/qte/qte_2.3.7.oe
+++ b/qte/qte_2.3.7.oe
@@ -97,10 +97,10 @@ do_install() {
pkg_postinst () {
#!/bin/sh
-if [ -n $D ]; then exit 1; fi
+if [ -n "$D" ]; then exit 1; fi
set -e
. /etc/profile
-update-qtfontdir
+${sbindir}/update-qtfontdir
}
#