diff -r 4aa8d3b69832 -r 24300d16a154 scripts/uninstall.py --- a/scripts/uninstall.py Wed Nov 22 19:42:41 2023 +0100 +++ b/scripts/uninstall.py Thu Nov 23 16:23:37 2023 +0100 @@ -109,7 +109,7 @@ global pyModDir # Remove the menu entry for Linux systems - if sys.platform.startswith("linux"): + if sys.platform.startswith(("linux", "freebsd")): uninstallLinuxSpecifics() # Remove the Desktop and Start Menu entries for Windows systems elif sys.platform.startswith(("win", "cygwin")):