diff options
author | Hosang Kim <hosang12.kim@samsung.com> | 2019-08-08 19:39:13 +0900 |
---|---|---|
committer | Hosang Kim <hosang12.kim@samsung.com> | 2019-08-08 19:39:13 +0900 |
commit | 5454a866c52c52d600de6cf0baea8f40af8eb078 (patch) | |
tree | d40ce133bebb45ccae2ff2b60facf88014a5a802 | |
parent | fc4497fd3974b409f7e54e8071a2275628957019 (diff) | |
download | efl-misc-5454a866c52c52d600de6cf0baea8f40af8eb078.tar.gz efl-misc-5454a866c52c52d600de6cf0baea8f40af8eb078.tar.bz2 efl-misc-5454a866c52c52d600de6cf0baea8f40af8eb078.zip |
fix deleting folder namesubmit/tizen/20190809.042629accepted/tizen/unified/20190811.223035
Change-Id: Ib773d3f913ba913a80fabb50e63b179dac8e2499
-rwxr-xr-x | scripts/500.efl-misc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/500.efl-misc.sh b/scripts/500.efl-misc.sh index d470577..ca70259 100755 --- a/scripts/500.efl-misc.sh +++ b/scripts/500.efl-misc.sh @@ -9,7 +9,7 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin # Remove unnecessary files rm -rf /opt/home/app/.elementary -rm -rf /opt/usr/home/owner/share/.elementary/elementary +rm -rf /opt/usr/home/owner/share/.elementary/config/* rm -rf /opt/usr/home/owner/share/.elementary/themes/* # Set under the /opt |