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

Jan Steffens heftig at archlinux.org
Thu Jul 28 19:50:48 UTC 2016


    Date: Thursday, July 28, 2016 @ 19:50:48
  Author: heftig
Revision: 272657

3.1.1-2

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

----------+
 PKGBUILD |    2 +-
 install  |    7 -------
 2 files changed, 1 insertion(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-28 19:50:32 UTC (rev 272656)
+++ PKGBUILD	2016-07-28 19:50:48 UTC (rev 272657)
@@ -5,7 +5,7 @@
 
 pkgname=postfix
 pkgver=3.1.1
-pkgrel=1
+pkgrel=2
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')

Modified: install
===================================================================
--- install	2016-07-28 19:50:32 UTC (rev 272656)
+++ install	2016-07-28 19:50:48 UTC (rev 272657)
@@ -14,10 +14,3 @@
 	getent passwd postfix &>/dev/null || useradd -u 73 -d /var/spool/postfix -g postfix -s /bin/false postfix >/dev/null
 	true
 }
-
-pre_remove() {
-	getent passwd postfix &>/dev/null && userdel  postfix  >/dev/null
-	getent group postfix  &>/dev/null && groupdel postfix  >/dev/null
-	getent group postdrop &>/dev/null && groupdel postdrop >/dev/null
-	true
-}



More information about the arch-commits mailing list