diff options
author | Bowon Ryu <bowon.ryu@samsung.com> | 2018-12-13 14:14:08 +0900 |
---|---|---|
committer | Bowon Ryu <bowon.ryu@samsung.com> | 2018-12-13 14:58:10 +0900 |
commit | 8c7b2192dd7954bd061a723a4e2b2f0832dac0ee (patch) | |
tree | a30b00a79158a693db0528eca276153afe10e5e4 | |
parent | f9b39e46d595aa7a706cfd0f33622cf4dcd077d1 (diff) | |
download | efl-misc-8c7b2192dd7954bd061a723a4e2b2f0832dac0ee.tar.gz efl-misc-8c7b2192dd7954bd061a723a4e2b2f0832dac0ee.tar.bz2 efl-misc-8c7b2192dd7954bd061a723a4e2b2f0832dac0ee.zip |
script: remove unnecessary files.submit/tizen/20181219.071252submit/tizen/20181218.080725accepted/tizen/unified/20181220.061722
Change-Id: I41ad1abc6442bee7b8002cd65bc86d206500b4d2
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
-rwxr-xr-x | scripts/500.efl-misc.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/500.efl-misc.sh b/scripts/500.efl-misc.sh index b2d699a..d470577 100755 --- a/scripts/500.efl-misc.sh +++ b/scripts/500.efl-misc.sh @@ -9,6 +9,8 @@ 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/themes/* # Set under the /opt rm -rf /opt/share/.elementary @@ -18,7 +20,6 @@ chown -R :users /opt/share/.elementary chsmack -a 'User::App::Shared' /opt/share/.elementary chsmack -t /opt/share/.elementary -cp -arf /usr/share/elementary /opt/usr/home/owner/share/.elementary chmod -R 775 /opt/usr/home/owner/share/.elementary chown -R owner:users /opt/usr/home/owner/share/.elementary chsmack -r -a "User::App::Shared" /opt/usr/home/owner/share/.elementary |