gecko/mobile/xul/installer/debian/fennec.conf.in
2012-05-21 12:12:37 +01:00

26 lines
819 B
Plaintext

#filter substitution
# 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/.
<backup-configuration>
<application-type>nokia</application-type>
<application-name>@MOZ_APP_NAME@</application-name>
<backup-method>backup-scripts</backup-method>
<backup-scripts>
<backup-script-name>
@installdir@/share/@MOZ_APP_NAME@/backup
</backup-script-name>
<restore-script-name>
@installdir@/share/@MOZ_APP_NAME@/restore
</restore-script-name>
</backup-scripts>
<locations>
<location type="file" category="settings">
$HOME/.mozilla/backup
</location>
</locations>
</backup-configuration>