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:17:20 +0900 |
commit | 455ceb0f888c4f2294a6f5010f869f37ec80106d (patch) | |
tree | 5554fea8f512b624d67f825ff93c8c55d2b6a6b8 | |
parent | d1d34366199bded9189d6f1bfc80b4e32b8063de (diff) | |
download | efl-misc-tizen_5.0.tar.gz efl-misc-tizen_5.0.tar.bz2 efl-misc-tizen_5.0.zip |
script: remove unnecessary files.tizen_5.0
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 |