View | Details | Raw Unified | Return to bug 57602
Collapse All | Expand All

(-)a/.rpm/firefox-esr.csh (+7 lines)
Line 0 Link Here
1
# don't force a new blank profile after version change
2
# NB: do NOT use SNAP_NAME=firefox (heavy side effects)
3
4
if (! $?MOZ_NO_LEGACY_PROFILES) then
5
	setenv MOZ_LEGACY_PROFILES 1
6
	setenv MOZ_ALLOW_DOWNGRADE 1
7
endif
(-)a/.rpm/firefox-esr.sh (-1 / +5 lines)
Line 0 Link Here
0
- 
1
# don't force a new blank profile after version change
2
# NB: do NOT use SNAP_NAME=firefox (heavy side effects)
3
4
[ -z "$MOZ_NO_LEGACY_PROFILES" ] || exit 0
5
export MOZ_LEGACY_PROFILES=1 MOZ_ALLOW_DOWNGRADE=1

Return to bug 57602