From: Silvio Rhatto Date: Thu, 14 Sep 2023 18:38:25 +0000 (-0300) Subject: Fix: tor-browser, tor-browser-alpha: use $HOME/.local/share/tor-browser/$ARCH/latest (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f5427617d86a25ae54ec19ced817a75c8c17b1d4;p=trashman.git Fix: tor-browser, tor-browser-alpha: use $HOME/.local/share/tor-browser/$ARCH/latest (2) --- diff --git a/share/hoarder/tor-browser/unix/linux/install b/share/hoarder/tor-browser/unix/linux/install index 0ac55a5..c16af60 100755 --- a/share/hoarder/tor-browser/unix/linux/install +++ b/share/hoarder/tor-browser/unix/linux/install @@ -88,5 +88,5 @@ ln -sf $HOME/.local/share/$APP/$ARCH/latest/Browser/start-tor-browser $APP-${ARC rm -f $HOME/.local/bin/$APP # Done -trashman_installed_at $HOME/.local/share/$APP/$ARCH -trashman_run_with $HOME/.local/bin/$APP-$ARCH +trashman_installed_at $HOME/.local/share/$APP/$ARCH/latest +trashman_run_with $HOME/.local/bin/$APP-$ARCH/latest