Update lua recipe 61/22861/2
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 11 Jun 2014 11:01:50 +0000 (13:01 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Mon, 16 Jun 2014 09:30:16 +0000 (11:30 +0200)
Add pre/post install/uninstall scripts.

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

index d7d3a25..5190084 100644 (file)
@@ -94,6 +94,18 @@ do_install() {
  
 }
 
+pkg_postinst_liblua() {
+    #!/bin/sh -e
+
+    /sbin/ldconfig
+}
+
+pkg_postrm_liblua() {
+    #!/bin/sh -e
+
+    /sbin/ldconfig
+}
+
 PACKAGES += " liblua "
 
 lua_files = ""