summarylogtreecommitdiffstats
path: root/tor-browser.sh
diff options
context:
space:
mode:
authorgrufo2017-08-08 21:52:40 +0200
committergrufo2017-08-08 21:52:40 +0200
commitac2ba2d5959cb07c674521dd99886bcf78a7a585 (patch)
tree1dd1461a661935d9c694caaf2039d3c7e8da61bb /tor-browser.sh
parent7183e990552c8520231377232f68f53df8254061 (diff)
downloadaur-ac2ba2d5959cb07c674521dd99886bcf78a7a585.tar.gz
tor-browser.sh: removed temporary command concerning old `INSTALL` and `APP` directories
Diffstat (limited to 'tor-browser.sh')
-rwxr-xr-xtor-browser.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/tor-browser.sh b/tor-browser.sh
index 259e7d674276..0f557ddfb42d 100755
--- a/tor-browser.sh
+++ b/tor-browser.sh
@@ -134,11 +134,6 @@ EOF
}
-# remove old INSTALL and APP directories (temporary command, to be removed in the next versions)
-if [[ -d "${_TB_HOME_DIR_}/INSTALL" ]] || [[ -d "${_TB_HOME_DIR_}/APP" ]]; then
- rm -rf "${_TB_HOME_DIR_}"
-fi
-
args=()
for arg; do
case "${arg}" in