Skip to content

Commit 3a42fc4

Browse files
committed
nemo-dropbox: Remove dropbox update call in postinst
It's not needed. Dropbox installs itself in user mode when first run. According to its man page it also updates itself then after.
1 parent 1101bd0 commit 3a42fc4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nemo-dropbox/debian/nemo-dropbox.postinst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ UPDATENOTIFIERDIR=/var/lib/update-notifier/user.d
77
case "$1" in
88
configure)
99
unset DISPLAY # No GUI launched from postinst please
10-
dropbox update || true
1110

1211
echo "Please restart all running instances of Nemo, or you will experience problems. i.e. nemo --quit"
1312

0 commit comments

Comments
 (0)