Update alsa-scenario-0.2 recipe 44/22844/1
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 11 Jun 2014 09:37:19 +0000 (11:37 +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 scripts.

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

index eee7a8e..fc29ac7 100644 (file)
@@ -103,6 +103,18 @@ do_install() {
  
 }
 
+pkg_postinst_${PN}() {
+    #!/bin/sh -e
+
+    /sbin/ldconfig
+}
+
+pkg_postrm_${PN}() {
+    #!/bin/sh -e
+
+    /sbin/ldconfig
+}
+
 PACKAGES += " alsa-scenario-dev "
 PACKAGES += " alsa-scenario "