All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] openct: Remove apparently unnecessary pkg_postinst.
@ 2018-09-19  9:45 Patrick Vacek
  0 siblings, 0 replies; only message in thread
From: Patrick Vacek @ 2018-09-19  9:45 UTC (permalink / raw)
  To: openembedded-devel

This prevents an error about "Postinstall scriptlets".
---
 meta-oe/recipes-support/openct/openct_0.6.20.bb | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/meta-oe/recipes-support/openct/openct_0.6.20.bb
b/meta-oe/recipes-support/openct/openct_0.6.20.bb
index 913290cd9..67b7c2975 100644
--- a/meta-oe/recipes-support/openct/openct_0.6.20.bb
+++ b/meta-oe/recipes-support/openct/openct_0.6.20.bb
@@ -88,7 +88,3 @@ do_install () {
     touch ${D}${localstatedir}/run/openct/status
     chmod 644 ${D}${localstatedir}/run/openct/status
 }
-
-pkg_postinst_${PN} () {
-    ln -sf ctapi/libopenctapi.so ${libdir}/libopenctapi.so
-}
--
2.17.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-09-19  9:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-19  9:45 [meta-oe][PATCH] openct: Remove apparently unnecessary pkg_postinst Patrick Vacek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.