From 922022a0324bda4addce21b3a0810493b3860a94 Mon Sep 17 00:00:00 2001 From: MyungJoo Ham Date: Thu, 10 Nov 2016 11:25:54 +0900 Subject: [PATCH] Code clean: remove useless commands. Because %{TZ_SYS_RO_APP}/%{name}/bin, res are created by installation (%files has entries in these paths: -f inputmethod-setting.lang and .../bin/*), these two removed lines are unnecessary. This is a code clean commit that preceeds a commit that removed profile build dependency and model-build-features. Change-Id: I359246b46020fa67cfd1608a2c8dc28d5b76edf1 Signed-off-by: MyungJoo Ham --- packaging/org.tizen.inputmethod-setting.spec | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/packaging/org.tizen.inputmethod-setting.spec b/packaging/org.tizen.inputmethod-setting.spec index ab08536..9eeed8f 100644 --- a/packaging/org.tizen.inputmethod-setting.spec +++ b/packaging/org.tizen.inputmethod-setting.spec @@ -53,11 +53,7 @@ cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} \ -DTZ_SYS_RO_ICONS=%TZ_SYS_RO_ICONS make %{?jobs:-j%jobs} -%post -/sbin/ldconfig - -mkdir -p %{TZ_SYS_RO_APP}/%{name}/bin -mkdir -p %{TZ_SYS_RO_APP}/%{name}/res +%post -p /sbin/ldconfig %postun -p /sbin/ldconfig -- 2.7.4