From 527b9cc103ec07c8583904b6d6c97ad79f8be984 Mon Sep 17 00:00:00 2001 From: Raphael Hertzog Date: Sat, 6 Oct 2018 23:28:52 +0200 Subject: Add a new "dropbox update" command This command forces a new download and installation of the dropbox binary files. origin commit: https://github.com/dropbox/nautilus-dropbox/commit/ce7c963 https://github.com/dropbox/nautilus-dropbox/pull/59 --- caja-dropbox.in | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/caja-dropbox.in b/caja-dropbox.in index 6921fc4..d7b61bf 100755 --- a/caja-dropbox.in +++ b/caja-dropbox.in @@ -878,6 +878,15 @@ def columnize(list, display_list=None, display_width=None): for line in lines: console_print(line) +@command +def update(args): + u"""download latest version of dropbox +dropbox update + +Downloads the latest version of dropbox. +""" + download() + @command @requires_dropbox_running @alias('stat') -- cgit v1.2.1