From c8fbf8125fc2174491b19e95e46644349f084a53 Mon Sep 17 00:00:00 2001 From: Botspot <54716352+Botspot@users.noreply.github.com> Date: Sun, 5 Nov 2023 21:07:26 -0600 Subject: [PATCH] Stop trashing old app versions during update I'm tired of my trash folder being clogged with hundreds of these apps. --- updater | 3 --- 1 file changed, 3 deletions(-) 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/