Browse Source

update port of bug 1824420

Bill Gianopoulos 1 year ago
parent
commit
54d8966556

+ 2 - 2
comm-central/patches/9999999-port1824420-suite-bustage.patch → comm-central/patches/WIP-9999999-port1824420-suite-bustage.patch

@@ -36,7 +36,7 @@ diff --git a/suite/installer/windows/nsis/installer.nsi b/suite/installer/window
  
    ; Remove the updates directory for Windows 7 and above
 -  ${CleanUpdateDirectories} "Mozilla\SeaMonkey" "Mozilla\updates"
-+  ${CleanMaintenanceServiceLogs) "SeaMonkey"
++  ${CleanMaintenanceServiceLogs) "Mozilla\SeaMonkey"
  
    ${RemoveDeprecatedFiles}
  
@@ -96,7 +96,7 @@ diff --git a/suite/installer/windows/nsis/uninstaller.nsi b/suite/installer/wind
  
    ; Remove the updates directory for Vista and above
 -  ${un.CleanUpdateDirectories} "Mozilla\SeaMonkey" "Mozilla\updates"
-+  ${un.CleanMaintenanceServiceLogs} "SeaMonkey"
++  ${un.CleanMaintenanceServiceLogs} "Mozilla\SeaMonkey"
  
    ; Remove any app model id's stored in the registry for this install path
    DeleteRegValue HKCU "Software\Mozilla\${AppName}\TaskBarIDs" "$INSTDIR"

+ 1 - 1
comm-central/patches/series

@@ -1,4 +1,3 @@
-9999999-port1824420-suite-bustage.patch
 TOP-1642188-remove-nsDOMIEvent-cc.patch
 TOP-1611010-DOMEventListener-cc.patch
 TOP-1614671-port1456035-4-and-5-61a1-cc.patch
@@ -10,3 +9,4 @@ TOP-9999999-port1514936-suite-102a1.patch
 WIP-9999999-port1712633-suite-90a1.patch
 WIP-1650630-2-port-1603712-suite.patch
 WIP-1783623-port1524687-suite.patch
+WIP-9999999-port1824420-suite-bustage.patch