Update uninstall script.

This commit is contained in:
Peter Green 2023-01-08 16:00:14 +00:00
parent 5938b450c0
commit a9b4752f2c
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@ if [ "$pylnk" = 1 ];
else echo >/dev/null
fi
# Remove menu entry...
rm "$HOME"/.local/share/applications/menu.desktop
echo "Uninstall finished!
Press 'Enter' to close this window..."