Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin/sugar-session
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sugar-session')
-rwxr-xr-xbin/sugar-session7
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/sugar-session b/bin/sugar-session
index 042f228..638218f 100755
--- a/bin/sugar-session
+++ b/bin/sugar-session
@@ -351,13 +351,6 @@ def main():
shutil.rmtree(data_dir, ignore_errors=True)
os.makedirs(data_dir)
cleanup_logs(env.get_logs_path())
-
- # http://bugs.sugarlabs.org/ticket/4276
- # Remove the directory containing the icon-files.
- # New files will be written by "write-through" mechanism, when first
- # needed/accessed.
- icon_files_dir = os.path.join(env.get_profile_path(), 'icon_files')
- shutil.rmtree(icon_files_dir, ignore_errors=True)
except OSError, e:
# logs cleanup is not critical; it should not prevent sugar from
# starting if (for example) the disk is full or read-only.