From: MyungJoo Ham Date: Thu, 10 Nov 2016 02:25:54 +0000 (+0900) Subject: Code clean: remove useless commands. X-Git-Tag: submit/tizen/20161116.061848~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=06a8c0d3f67d0bb2c163d70084cd2a2dc4df0fa7;p=platform%2Fcore%2Fuifw%2Finputmethod-setting.git 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 --- 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