From 0bf301af870eeac6745f66b96814cc791fd7bb64 Mon Sep 17 00:00:00 2001 From: Corentin Lecouvey Date: Mon, 5 May 2014 10:52:30 +0200 Subject: [PATCH] remove default vconf keys post script 'db/setting/default_memory/wap' vconf key is now set in /platform/framework/web/download-provider component. Bug-Tizen: TIVI-1629 Change-Id: I9f2249d55c55736271dc58590bd11c9afd95c9b0 Signed-off-by: Corentin Lecouvey --- ivi.yaml | 3 --- scripts/vconf-keys-default.post | 2 -- 2 files changed, 5 deletions(-) delete mode 100644 scripts/vconf-keys-default.post diff --git a/ivi.yaml b/ivi.yaml index 850eea8..7205c71 100644 --- a/ivi.yaml +++ b/ivi.yaml @@ -40,7 +40,6 @@ Wayland-i586: - IVI Applications PostScripts: - base-weston-default - - vconf-keys-default Repos: - ivi @@ -55,7 +54,6 @@ Wayland-x86_64: - IVI Applications x86_64 PostScripts: - base-weston-default - - vconf-keys-default Repos: - ivi @@ -69,6 +67,5 @@ Wayland-i586-JJ: - IVI Applications PostScripts: - base-weston-default - - vconf-keys-default Repos: [] diff --git a/scripts/vconf-keys-default.post b/scripts/vconf-keys-default.post deleted file mode 100644 index a79a7a7..0000000 --- a/scripts/vconf-keys-default.post +++ /dev/null @@ -1,2 +0,0 @@ -# Needed to fix TIVI-1629 -vconftool set -t int -f db/setting/default_memory/wap 0 -- 2.7.4