remove not found message and add removed icon message
This commit is contained in:
parent
ca1a455716
commit
623144c950
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Reference in a new issue