20 строки
611 B
Bash
Executable File
20 строки
611 B
Bash
Executable File
#! /bin/sh
|
|
# 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/.
|
|
|
|
MOZ_APP_NAME=seamonkey
|
|
MOZ_APP_DISPLAYNAME=SeaMonkey
|
|
|
|
MOZ_APP_VERSION=$SEAMONKEY_VERSION
|
|
MOZ_APP_VERSION_DISPLAY=$SEAMONKEY_VERSION_DISPLAY
|
|
# MOZ_PKG_VERSION=$SEAMONKEY_VERSION_PACKAGE
|
|
|
|
BROWSER_CHROME_URL=chrome://navigator/content/navigator.xul
|
|
|
|
MOZ_BRANDING_DIRECTORY=comm/suite/branding/seamonkey
|
|
MOZ_OFFICIAL_BRANDING_DIRECTORY=comm/suite/branding/seamonkey
|
|
MOZ_UPDATER=1
|
|
|
|
MOZ_PROFILE_MIGRATOR=1
|