diff options
Diffstat (limited to 'mail/postfixadmin33/files/pkg-message.in')
-rw-r--r-- | mail/postfixadmin33/files/pkg-message.in | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/mail/postfixadmin33/files/pkg-message.in b/mail/postfixadmin33/files/pkg-message.in new file mode 100644 index 000000000000..9b1f449d5b69 --- /dev/null +++ b/mail/postfixadmin33/files/pkg-message.in @@ -0,0 +1,23 @@ +[ +{ type: install + message: <<EOM +If you are upgrading, you may need to update your existing database. +You can do so by browsing to [URL]/setup.php where [URL] is the +postfixadmin root. + +To avoid checksum errors when uninstalling or upgrading postfixadmin, +do not edit config.inc.php. Instead, put your configuration settings +in config.local.php in the postfixadmin webroot. That file will be +included automatically by config.inc.php. + +For detailed information, please see the complete installation steps +in %%DOCSDIR%%/INSTALL.TXT. +EOM +} +{ type: upgrade + message: <<EOM +For upgrade-related details, including configuration changes, see +%%DOCSDIR%%/CHANGELOG.TXT. +EOM +} +] |