Code clean: remove useless commands. 01/101901/1
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 10 Nov 2016 02:25:54 +0000 (11:25 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 15 Nov 2016 01:51:16 +0000 (10:51 +0900)
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 <myungjoo.ham@samsung.com>
packaging/org.tizen.inputmethod-setting.spec

index ab08536865598a04f3dfd669e18183337e56af6c..9eeed8f2409089850bce400a740358ec9cb0a986 100644 (file)
@@ -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