Update libtapi recipe 69/22869/2
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 11 Jun 2014 13:20:15 +0000 (15:20 +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: Ib35cbf63913879adbc8a3dee4134f0a540170968
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
recipes-tizen/libtapi/libtapi.inc

index a27fbf7..48c03fd 100644 (file)
@@ -101,6 +101,18 @@ do_install() {
  
 }
 
+pkg_postinst_${PN}() {
+    #!/bin/sh -e
+
+    /sbin/ldconfig
+}
+
+pkg_postrm_${PN}() {
+    #!/bin/sh -e
+
+    /sbin/ldconfig
+}
+
 PACKAGES += " libtapi3 "
 PACKAGES += " libtapi3-dev "