From a9b4752f2c44a6a24e7629109e782cd9b45415d6 Mon Sep 17 00:00:00 2001 From: Greenpete Date: Sun, 8 Jan 2023 16:00:14 +0000 Subject: [PATCH] Update uninstall script. --- uninstall.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/uninstall.sh b/uninstall.sh index 39c088c..d6928c3 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -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..."