From: dyamy-lee Date: Wed, 3 Apr 2024 08:16:36 +0000 (+0900) Subject: remove vconf set X-Git-Tag: accepted/tizen/unified/toolchain/20240610.173109~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cfb77afd353dd6d623a56816ea62042918c38548;p=platform%2Fcore%2Fuifw%2Ftts.git remove vconf set Because just using 780154BackupVonfKey save previous value. So, set is not needed Change-Id: Id0f63d95c645d271a63d4ec24d026dfbd5b09ae1 --- diff --git a/script/migration/tts.sh b/script/migration/tts.sh index f951adaf..fec5c19a 100644 --- a/script/migration/tts.sh +++ b/script/migration/tts.sh @@ -59,16 +59,6 @@ function tts_migration() { mig_copy $SRC_CONF_PATH $DST_CONF_PATH || error_handle "default_data" $LINENO log I "TTS Migration after 8.0 END" fi - - log I "TTS Migration VconfKey" - - VALUE_DEFAULT=$(vconftool get db/voice/tts/engine/default) - vconftool set -t string -f db/voice/tts/engine/default "$VALUE_DEFAULT" - log I "db/voice/tts/engine/default = $VALUE_DEFAULT" - - VALUE_CLIENT=$(vconftool get db/voice/tts/instant-reprepare-client) - vconftool set -t int -f db/voice/tts/instant-reprepare-client "$VALUE_CLIENT" - log I "db/voice/tts/instant-reprepare-client = $VALUE_CLIENT" } # Trace flag check & enable