Remove unncessary ldconfig 90/188690/2
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 7 Sep 2018 09:29:11 +0000 (18:29 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Mon, 10 Sep 2018 01:20:41 +0000 (10:20 +0900)
there is no library in this package, so it's unnecessary.

Change-Id: I725cb005ccc71dd4d88d82f719a3d42f704453c7
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
packaging/nlp.spec

index 872caac..0d62010 100755 (executable)
@@ -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