From 5a04a6eaf94d8bb9cf3e8f5481807e97eff70533 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Fri, 7 Sep 2018 18:29:11 +0900 Subject: [PATCH] Remove unncessary ldconfig there is no library in this package, so it's unnecessary. Change-Id: I725cb005ccc71dd4d88d82f719a3d42f704453c7 Signed-off-by: Jihoon Kim --- packaging/nlp.spec | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/packaging/nlp.spec b/packaging/nlp.spec index 872caac..0d62010 100755 --- a/packaging/nlp.spec +++ b/packaging/nlp.spec @@ -20,9 +20,7 @@ Requires: python-six Requires: %{name}-data-en # runtime requires -Requires(post): /sbin/ldconfig Requires(post): coreutils -Requires(postun): /sbin/ldconfig %description Natural Language Processing service. @@ -56,12 +54,9 @@ rm -rf %{buildroot} %define tizen_author_sign 1 %define tizen_dist_sign 1 -#%post -#/sbin/ldconfig - %post -%postun -p /sbin/ldconfig +%postun tpk-backend -d %{name} --preload --force-remove %files -- 2.34.1