From 654480895297a6c825bc1828e44226d84ac0e38f Mon Sep 17 00:00:00 2001 From: RealStickman Date: Tue, 8 Jun 2021 12:47:50 +0200 Subject: [PATCH] Remove old scripts in path --- arch-config/scripts/arch-config.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch-config/scripts/arch-config.sh b/arch-config/scripts/arch-config.sh index 2d6c60b7..9e280838 100755 --- a/arch-config/scripts/arch-config.sh +++ b/arch-config/scripts/arch-config.sh @@ -182,6 +182,11 @@ if [[ -d ~/.config/Vorlagen ]]; then rm -r ~/.config/Vorlagen fi +# remove old scripts in path +if [[ -d ~/scripts/in_path ]]; then + rm -r ~/scripts/in_path +fi + echo cat <