See comment in gnu/build/icecat-extension.scm. --- a/toolkit/mozapps/extensions/internal/XPIDatabase.jsm +++ b/toolkit/mozapps/extensions/internal/XPIDatabase.jsm @@ -3452,6 +3452,7 @@ const XPIDatabaseReconcile = { if ( newAddon || oldAddon.updateDate != xpiState.mtime || + oldAddon.path != xpiState.path || (aUpdateCompatibility && this.isAppBundledLocation(installLocation)) ) { newAddon = this.updateMetadata( @@ -3460,8 +3461,6 @@ const XPIDatabaseReconcile = { xpiState, newAddon ); - } else if (oldAddon.path != xpiState.path) { - newAddon = this.updatePath(installLocation, oldAddon, xpiState); } else if (aUpdateCompatibility || aSchemaChange) { newAddon = this.updateCompatibility( installLocation, -scripts'>koszko-scripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/irc.scm
AgeCommit message (Expand)Author
2020-04-12gnu: weechat: Update to 2.8....* gnu/packages/irc.scm (weechat): Update to 2.8. Tobias Geerinckx-Rice
2020-02-23gnu: weechat: Sort inputs alphabetically....* gnu/packages/irc.scm (weechat)[inputs]: Sort alphabetically. Efraim Flashner
2020-02-23gnu: weechat: Update to 2.7.1....* gnu/packages/irc.scm (weechat): Update to 2.7.1. Efraim Flashner
2020-02-17gnu: weechat: Update to 2.7....* gnu/packages/irc.scm (weechat): Update to 2.7. [inputs]: Use guile-2.2. [arguments]: Explicitly disable languages for which auto-detection broke. Tobias Geerinckx-Rice
2020-01-08gnu: irssi: Update to 1.2.2....* gnu/packages/irc.scm (irssi)[version]: Update to 1.2.2. [arguments]: Set HOME environment variable to current working directory before 'check' phase. Oleg Pykhalov