[arch-commits] Commit in postfix/trunk (PKGBUILD install)

Gaetan Bisson bisson at archlinux.org
Mon Mar 14 04:55:23 UTC 2016


    Date: Monday, March 14, 2016 @ 05:55:23
  Author: bisson
Revision: 261426

implement FS#48324

Modified:
  postfix/trunk/PKGBUILD
  postfix/trunk/install

----------+
 PKGBUILD |    2 +-
 install  |    3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-14 04:24:19 UTC (rev 261425)
+++ PKGBUILD	2016-03-14 04:55:23 UTC (rev 261426)
@@ -5,7 +5,7 @@
 
 pkgname=postfix
 pkgver=3.1.0
-pkgrel=2
+pkgrel=3
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')

Modified: install
===================================================================
--- install	2016-03-14 04:24:19 UTC (rev 261425)
+++ install	2016-03-14 04:55:23 UTC (rev 261426)
@@ -6,7 +6,6 @@
 		echo '==> Several Postfix-internal protocols have changed.'
 		echo '==> Please restart postfix as soon as possible.'
 	fi
-	/usr/lib/postfix/bin/post-install command_directory=/usr/bin meta_directory=/etc/postfix upgrade-configuration
 }
 
 post_install() {
@@ -13,7 +12,7 @@
 	getent group postdrop &>/dev/null || groupadd -g 75 postdrop >/dev/null
 	getent group postfix  &>/dev/null || groupadd -g 73 postfix  >/dev/null
 	getent passwd postfix &>/dev/null || useradd -u 73 -d /var/spool/postfix -g postfix -s /bin/false postfix >/dev/null
-	post_upgrade
+	true
 }
 
 pre_remove() {



More information about the arch-commits mailing list