Update xdgmime recipe 74/22874/2
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 11 Jun 2014 15:06:44 +0000 (17:06 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Mon, 16 Jun 2014 09:30:17 +0000 (11:30 +0200)
Add pre/post install/uninstall scripts.

Change-Id: I014431d2a48ad348d75264635f1612df17dbe2f2
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
recipes-tizen/xdgmime/xdgmime.inc

index fc4307b..8785315 100644 (file)
@@ -96,6 +96,18 @@ do_install() {
  
 }
 
+pkg_postinst_${PN}() {
+    #!/bin/sh -e
+
+    /sbin/ldconfig
+}
+
+pkg_postrm_${PN}() {
+    #!/bin/sh -e
+
+    /sbin/ldconfig
+}
+
 
 xdgmime-dev_files = ""
 xdgmime-dev_files += "xdgmime.manifest"