From 623144c950bfd88f65c22e030e14f17ddcc5911b Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 28 Dec 2021 16:51:51 +0100 Subject: [PATCH] remove not found message and add removed icon message --- installLatex.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/installLatex.sh b/installLatex.sh index 44c0acb..182e212 100644 --- a/installLatex.sh +++ b/installLatex.sh @@ -16,8 +16,7 @@ then if [ -f $pathicons/$app.desktop ] then sudo mv $pathicons/$app.desktop $pathicons/$app.desktop.bak - else - echo "$app not found" + echo "$app's icon removed!" fi done fi