remove not found message and add removed icon message

This commit is contained in:
Mylloon 2021-12-28 16:51:51 +01:00
parent ca1a455716
commit 623144c950
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -16,8 +16,7 @@ then
if [ -f $pathicons/$app.desktop ] if [ -f $pathicons/$app.desktop ]
then then
sudo mv $pathicons/$app.desktop $pathicons/$app.desktop.bak sudo mv $pathicons/$app.desktop $pathicons/$app.desktop.bak
else echo "$app's icon removed!"
echo "$app not found"
fi fi
done done
fi fi