uninstall.py

changeset 2147
82034e3c157e
parent 2140
47999ffe0184
child 2302
f29e9405c851
--- a/uninstall.py	Mon Oct 15 19:59:19 2012 +0200
+++ b/uninstall.py	Mon Oct 15 20:04:14 2012 +0200
@@ -137,8 +137,8 @@
         # delete the Mac app bundle
         if os.path.exists("/Developer/Applications/Eric5"):
             shutil.rmtree("/Developer/Applications/Eric5")
-        if os.path.exists("/Applications/Eric5"):
-            shutil.rmtree("/Applications/Eric5")
+        if os.path.exists("/Applications/eric5.app"):
+            shutil.rmtree("/Applications/eric5.app")
     
 
 def main(argv):

eric ide

mercurial