diff --git a/updater b/updater index 5fcce391b8..027e56069c 100755 --- a/updater +++ b/updater @@ -494,9 +494,6 @@ refresh_app() { #first arg is app name #Set terminal title [ "$no_status" != true ] && echo -ne "\e]0;Refreshing ${app}\a" - #move old program to trash - this allows app-developers to recover their work if update was accidental - gio trash "${DIRECTORY}/apps/${app}" 2>/dev/null - #failsafe rm -rf "${DIRECTORY}/apps/${app}" #copy new version from update/ to apps/