Remove redundant vconf key insertion for liblazymount 30/146030/2 accepted/tizen/4.0/unified/20170830.134015 accepted/tizen/unified/20170825.163205 submit/tizen/20170825.004517 submit/tizen_4.0/20170830.071413
authorHyotaek Shim <hyotaek.shim@samsung.com>
Thu, 24 Aug 2017 12:36:24 +0000 (21:36 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Fri, 25 Aug 2017 00:40:21 +0000 (09:40 +0900)
platform/core/appfw/vconf-internal-keys/data/vconf-internal-system-keys.xml
already contains the "db/system/lazy_mount_show_ui" key.

<vconfkey type="int32" name="db/system/lazy_mount_show_ui" readPriv="http://tizen.org/privilege/internal/default/platform" writePriv="http://tizen.org/privilege/internal/default/platform">
  <header>VCONFKEY_SYSTEM_LAZY_MOUNT_SHOW_UI</header>
  <val>0</val>
  <creator/>
  <email/>
  <comment><![CDATA[ ]]></comment>
</vconfkey>

Change-Id: I5a22f32afa6f1b3671cfc53ed2f626ce8e9fc88e
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
packaging/system-plugin.spec

index 9679442..73d25cd 100644 (file)
@@ -220,7 +220,6 @@ systemctl daemon-reload
 
 %post -n liblazymount
 /sbin/ldconfig
-/usr/bin/vconftool set -f -t int db/system/lazy_mount_show_ui 0
 systemctl daemon-reload
 
 %postun -n liblazymount  -p /sbin/ldconfig