summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/500.efl-misc.sh3
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