scripts/uninstall.py

branch
eric7
changeset 10334
24300d16a154
parent 10331
c1a2ff7e3575
child 10349
df7edc29cbfb
child 10372
1444b4bee64b
--- 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")):

eric ide

mercurial