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 ]
|
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
|
||||||
|
|
Reference in a new issue