diff options
author | Hyotaek Shim <hyotaek.shim@samsung.com> | 2017-08-24 21:36:24 +0900 |
---|---|---|
committer | Hyotaek Shim <hyotaek.shim@samsung.com> | 2017-08-25 09:40:21 +0900 |
commit | 2cf4b2ae63894713b46d01fb46af6d2fbab70123 (patch) | |
tree | 5301726f048cc9ce23216f569cc886f3df5b9bfe | |
parent | 7f908d6c7bcdac9b64aca5ecd4cc31fcd8a13162 (diff) | |
download | system-plugin-accepted/tizen/unified/20170825.163205.tar.gz system-plugin-accepted/tizen/unified/20170825.163205.tar.bz2 system-plugin-accepted/tizen/unified/20170825.163205.zip |
Remove redundant vconf key insertion for liblazymountsubmit/tizen_4.0/20170830.071413submit/tizen/20170825.004517accepted/tizen/unified/20170825.163205accepted/tizen/4.0/unified/20170830.134015
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>
-rw-r--r-- | packaging/system-plugin.spec | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packaging/system-plugin.spec b/packaging/system-plugin.spec index 9679442..73d25cd 100644 --- a/packaging/system-plugin.spec +++ b/packaging/system-plugin.spec @@ -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 |