From 2ee81dc811c1fc234c8aa63b32ac160cf2de48e4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?K=C3=A9vin=20THIERRY?= Date: Wed, 11 Jun 2014 12:23:40 +0200 Subject: [PATCH] Update libhaptic recipe MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Add pre/post install/uninstall recipe. Change-Id: I011b13dc4c5145da3d662f694e60e82619a8c6c4 Signed-off-by: Kévin THIERRY --- recipes-tizen/libhaptic/libhaptic.inc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/recipes-tizen/libhaptic/libhaptic.inc b/recipes-tizen/libhaptic/libhaptic.inc index 51fb6ec..db6ace9 100644 --- a/recipes-tizen/libhaptic/libhaptic.inc +++ b/recipes-tizen/libhaptic/libhaptic.inc @@ -103,6 +103,18 @@ do_install() { } +pkg_postinst_${PN}() { + #!/bin/sh -e + + /sbin/ldconfig +} + +pkg_postrm_${PN}() { + #!/bin/sh -e + + /sbin/ldconfig +} + PACKAGES += " libhaptic-plugin-dev " libhaptic_files = "" -- 2.7.4