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

Sven-Hendrik Haase svenstaro at archlinux.org
Sun Mar 1 12:48:21 UTC 2015


    Date: Sunday, March 1, 2015 @ 13:48:20
  Author: svenstaro
Revision: 128494

upgpkg: nbd 3.8-2

Fix group handling

Modified:
  nbd/trunk/PKGBUILD
  nbd/trunk/nbd.install

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-01 12:45:29 UTC (rev 128493)
+++ PKGBUILD	2015-03-01 12:48:20 UTC (rev 128494)
@@ -6,7 +6,7 @@
 
 pkgname=nbd
 pkgver=3.8
-pkgrel=1
+pkgrel=2
 pkgdesc="tools for network block devices, allowing you to use remote block devices over TCP/IP"
 arch=('i686' 'x86_64')
 url="http://nbd.sourceforge.net"

Modified: nbd.install
===================================================================
--- nbd.install	2015-03-01 12:45:29 UTC (rev 128493)
+++ nbd.install	2015-03-01 12:48:20 UTC (rev 128494)
@@ -6,8 +6,3 @@
 post_upgrade() {
 	post_install
 }
-
-pre_remove() {
-	getent passwd "nbd" &>/dev/null && userdel nbd 1>/dev/null
-	getent group "nbd" &>/dev/null && groupdel nbd 1>/dev/null
-}



More information about the arch-commits mailing list