add message when removing the icon
This commit is contained in:
parent
7f8aa04dac
commit
11c0aa3a21
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ then
|
|||
if [ -f /usr/share/applications/fish.desktop ]
|
||||
then
|
||||
sudo mv /usr/share/applications/fish.desktop /usr/share/applications/fish.desktop.bak
|
||||
echo -e "\nFish icon removed!"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Reference in a new issue