Update com-core recipe 48/22848/1
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 11 Jun 2014 10:06:14 +0000 (12:06 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Thu, 12 Jun 2014 15:27:33 +0000 (17:27 +0200)
Add pre/post install/uninstall recipe.

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

index a526d96..95bd53c 100644 (file)
@@ -103,6 +103,18 @@ do_install() {
  
 }
 
+pkg_postinst_libcom-core() {
+    #!/bin/sh -e
+
+    /sbin/ldconfig
+}
+
+pkg_postrm_libcom-core() {
+    #!/bin/sh -e
+
+    /sbin/ldconfig
+}
+
 PACKAGES += " libcom-core "
 PACKAGES += " libcom-core-dev "