]> code.ossystems Code Review - openembedded-core.git/commitdiff
shared-mime-info_0.16.bb: fixed broken postinstall script
authorTomas Frydrych <tf@openedhand.com>
Tue, 27 Mar 2007 07:33:59 +0000 (07:33 +0000)
committerTomas Frydrych <tf@openedhand.com>
Tue, 27 Mar 2007 07:33:59 +0000 (07:33 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1392 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/shared-mime-info/shared-mime-info_0.16.bb

index fe68d3167d80fbc9a8b8bcaf0ebb6c1a42d6804b..6c2aa1386de215326118372e35671b53e8d75543 100644 (file)
@@ -1,5 +1,5 @@
 SECTION = "base"
-PR = "r1"
+PR = "r2"
 
 DEPENDS = "libxml2 intltool-native"
 
@@ -13,6 +13,6 @@ FILES_${PN} += "${datadir}/mime"
 EXTRA_OECONF = "--disable-update-mimedb"
 
 pkg_postinst () {
-  echo "Updating MIME database... this may take a while."
-  ${bindir}/update-mime-database ${datadir}/mime
+  echo "Updating MIME database in $D${datadir}/mime ... (This may take a while.)"
+  ${bindir}/update-mime-database $D${datadir}/mime
 }