mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-02 21:38:16 +02:00
18 lines
866 B
Plaintext
18 lines
866 B
Plaintext
Template: lcl-utils${PACKAGESUFFIX}/rename_cfg
|
|
Type: boolean
|
|
Default: true
|
|
Description: Do you want to rename "/etc/lazarus" to "/etc/lazarus.bak"?
|
|
Lazarus supports now multiple version installations. This allows co-existence
|
|
of multiple versions on the same system. The default version can be selected
|
|
using the update-alternatives command for the following groups:
|
|
1)lazarus-ide : IDE default version
|
|
2)lazarus : configuration file and helper tools default version
|
|
.
|
|
What ever version you may choose as default, the configuration files (2) are
|
|
not always backward compatible and it may be unsafe to use the same version
|
|
for all installed Lazarus versions.
|
|
.
|
|
In order to use alternatives system for system wide Lazarus configuration file
|
|
you need to accept renaming "/etc/lazarus", othewise you will need to manage
|
|
this manually by yourself.
|