2008-07-22 16:21:15 +04:00
|
|
|
#! /bin/sh
|
2012-05-30 20:48:24 +04:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2008-07-22 16:21:15 +04:00
|
|
|
|
|
|
|
MOZ_APP_NAME=seamonkey
|
|
|
|
MOZ_APP_DISPLAYNAME=SeaMonkey
|
2022-05-26 23:22:53 +03:00
|
|
|
|
|
|
|
MOZ_APP_VERSION=$SEAMONKEY_VERSION
|
|
|
|
MOZ_APP_VERSION_DISPLAY=$SEAMONKEY_VERSION_DISPLAY
|
|
|
|
# MOZ_PKG_VERSION=$SEAMONKEY_VERSION_PACKAGE
|
|
|
|
|
2024-08-06 18:42:10 +03:00
|
|
|
BROWSER_CHROME_URL=chrome://navigator/content/navigator.xul
|
|
|
|
|
2018-08-20 23:12:49 +03:00
|
|
|
MOZ_BRANDING_DIRECTORY=comm/suite/branding/seamonkey
|
|
|
|
MOZ_OFFICIAL_BRANDING_DIRECTORY=comm/suite/branding/seamonkey
|
2008-07-22 16:21:15 +04:00
|
|
|
MOZ_UPDATER=1
|
2011-01-28 01:32:31 +03:00
|
|
|
|
2012-02-05 14:44:39 +04:00
|
|
|
MOZ_PROFILE_MIGRATOR=1
|