diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2015-01-29 08:13:07 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-29 08:13:07 +0700 |
commit | e4a0455bfefc9668cab38893d453dca57feefddf (patch) | |
tree | 27f01ab7f277382664490c3b72c3e81f122cc564 /system/profile-cleaner/README | |
parent | be207bd51f0d59d4c7a1fd1d7ebbf735e7164635 (diff) |
system/profile-cleaner: Added (SQLite vacuuming and re-indexing).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/profile-cleaner/README')
-rw-r--r-- | system/profile-cleaner/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/profile-cleaner/README b/system/profile-cleaner/README new file mode 100644 index 0000000000000..b50b1dbd87144 --- /dev/null +++ b/system/profile-cleaner/README @@ -0,0 +1,4 @@ +Use profile-cleaner to reduce the size of browser profiles by +organizing their sqlite databases using sqlite3's vacuum and reindex +functions. The term "browser" is used loosely since profile-cleaner +happily works on some email clients and newsreaders too. |