diff options
author | Amit Ugol <amit.ugol@gmail.com> | 2017-03-13 22:59:47 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-18 06:58:28 +0700 |
commit | b70cbe5a665d2978e5f7f326bf00eca2aa21cd7d (patch) | |
tree | 7843e4f5252b42214ff20ddecb299c6305146bce /network/dropbox/folders | |
parent | 2c96caa882fcd5e0724c467b9c17fda58fa6e619 (diff) |
network/dropbox: Updated for version 21.4.25.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/dropbox/folders')
-rw-r--r-- | network/dropbox/folders | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/network/dropbox/folders b/network/dropbox/folders new file mode 100644 index 0000000000000..8cad21e873b51 --- /dev/null +++ b/network/dropbox/folders @@ -0,0 +1,12 @@ +Dropbox folders explained. + +The package installs dropbox into /opt/dropbox/dropbox-lnx.<ARCH>-<VERSION>. +When a user starts dropbox for the first time, this location serves as the +application location (dist). This negates the need to download the entire +client once per user. +Dropbox client is self upgrading, and the next time a new version is released, +each dropbox user will get a ~/.dropbox-dist that includes the new client. +The next time that the user will start dropbox, it will start from the home +dist. From that moment and as long as the user home dist remains, the client +will start from it, not from /opt. Only users with no home dist folder (new +user or deleted dist folder) will start the client from /opt. |