Skip to content

Commit 527b9cc

Browse files
rhertzograveit65
authored andcommitted
Add a new "dropbox update" command
This command forces a new download and installation of the dropbox binary files. origin commit: dropbox/nautilus-dropbox@ce7c963 dropbox/nautilus-dropbox#59
1 parent 4cb4209 commit 527b9cc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

caja-dropbox.in

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -878,6 +878,15 @@ def columnize(list, display_list=None, display_width=None):
878878
for line in lines:
879879
console_print(line)
880880

881+
@command
882+
def update(args):
883+
u"""download latest version of dropbox
884+
dropbox update
885+
886+
Downloads the latest version of dropbox.
887+
"""
888+
download()
889+
881890
@command
882891
@requires_dropbox_running
883892
@alias('stat')

0 commit comments

Comments
 (0)