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

Tobias Powalowski tpowa at archlinux.org
Wed Feb 4 07:27:32 UTC 2015


    Date: Wednesday, February 4, 2015 @ 08:27:32
  Author: tpowa
Revision: 230597

upgpkg: rpcbind 0.2.2-2

remove userdel from install script

Modified:
  rpcbind/trunk/PKGBUILD
  rpcbind/trunk/rpcbind.install

-----------------+
 PKGBUILD        |    2 +-
 rpcbind.install |    5 -----
 2 files changed, 1 insertion(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-02-04 07:27:22 UTC (rev 230596)
+++ PKGBUILD	2015-02-04 07:27:32 UTC (rev 230597)
@@ -3,7 +3,7 @@
 
 pkgname=rpcbind
 pkgver=0.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="portmap replacement which supports RPC over various protocols"
 arch=(i686 x86_64)
 backup=('etc/conf.d/rpcbind')

Modified: rpcbind.install
===================================================================
--- rpcbind.install	2015-02-04 07:27:22 UTC (rev 230596)
+++ rpcbind.install	2015-02-04 07:27:32 UTC (rev 230597)
@@ -6,8 +6,3 @@
 post_upgrade() {
 	post_install
 }
-post_remove() {
-	getent passwd rpc &>/dev/null && userdel rpc >/dev/null
-	getent group rpc &>/dev/null && groupdel rpc >/dev/null
-	return 0
-}



More information about the arch-commits mailing list