From 2d01a17b10f1ad7b213e9b6d712578bf27d0bc92 Mon Sep 17 00:00:00 2001 From: Dongkyun Son Date: Thu, 4 Jun 2020 15:40:12 +0900 Subject: [PATCH] Updated test_preload.sh Remove preloaded applications: org.tizen.{clock,email} Change-Id: Ib2fe633bb43072dbc62424affd062691ad193ecc Signed-off-by: Dongkyun Son --- test_preload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_preload.sh b/test_preload.sh index 7984d56..33e7db8 100644 --- a/test_preload.sh +++ b/test_preload.sh @@ -1,6 +1,6 @@ #!/bin/bash set -e -PROGRAMS+="$(echo org.tizen.{clock,email,setting,taskmgr,download-manager})" +PROGRAMS+="$(echo org.tizen.{setting,taskmgr,download-manager})" ### Some of this is system services, that are not started via ### launch_app #PROGRAMS+=$(cd /usr/apps && find|grep -E '\.exe$'|grep -v /_|sed -e "s#/bin/#.#g" -e "s#^\./##g" -e "s#\.exe##g") -- 2.7.4