diff options
Diffstat (limited to 'courier-mta')
-rw-r--r-- | courier-mta/PKGBUILD | 2 | ||||
-rw-r--r-- | courier-mta/courier-mta.install | 21 |
2 files changed, 13 insertions, 10 deletions
diff --git a/courier-mta/PKGBUILD b/courier-mta/PKGBUILD index 0c749397..a15060c1 100644 --- a/courier-mta/PKGBUILD +++ b/courier-mta/PKGBUILD @@ -12,7 +12,7 @@ pkgname=courier-mta pkgver=1.0.6 -pkgrel=3 +pkgrel=4 pkgdesc="IMAP(s)/POP3(s) and SMTP Server with ML-manager, webmail and webconfig" arch=(i686 x86_64) license=('GPL2') diff --git a/courier-mta/courier-mta.install b/courier-mta/courier-mta.install index 3254de08..3782c9b7 100644 --- a/courier-mta/courier-mta.install +++ b/courier-mta/courier-mta.install @@ -3,13 +3,14 @@ post_install() { systemd-tmpfiles --create /usr/lib/tmpfiles.d/courier-mta.conf # perform all the tasks required of a standard Courier install - echo Performing install-configure... - /usr/lib/courier/sysconftool /etc/courier/*.dist > /etc/courier/install-configure-$1.log - echo "...output saved to /etc/courier/install-configure-$1.log" - echo "Don't forget to configure an account to receive postmaster mail" - makealiases - makesmtpaccess - /usr/bin/mkdhparams + echo <<<EOF +To finish the installation, run: +$ /usr/lib/courier/sysconftool /etc/courier/*.dist +$ makealiases +$ makesmtpaccess +$ /usr/bin/mkdhparams +And don't forget to configure an account to receive postmaster mail! +EOF } pre_upgrade() { @@ -19,8 +20,10 @@ pre_upgrade() { } post_upgrade() { - echo Performing install-configure... - /usr/lib/courier/sysconftool /etc/courier/*.dist > /etc/courier/install-configure-$1.log + echo <<<EOF +Please run +$ /usr/lib/courier/sysconftool /etc/courier/*.dist +EOF } pre_remove() { |