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

Christian Hesse eworm at archlinux.org
Wed Jan 11 15:39:33 UTC 2017


    Date: Wednesday, January 11, 2017 @ 15:39:32
  Author: eworm
Revision: 206831

upgpkg: nbd 3.15.1-3

pacman hook: do not call systemd-sysusers from install script

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

-------------+
 PKGBUILD    |    3 +--
 nbd.install |    7 -------
 2 files changed, 1 insertion(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-11 15:25:24 UTC (rev 206830)
+++ PKGBUILD	2017-01-11 15:39:32 UTC (rev 206831)
@@ -6,13 +6,12 @@
 
 pkgname=nbd
 pkgver=3.15.1
-pkgrel=2
+pkgrel=3
 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"
 license=('GPL')
 depends=('glib2' 'gnutls')
-install=nbd.install
 backup=('etc/nbd-server/config')
 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz"
 	'config'

Deleted: nbd.install
===================================================================
--- nbd.install	2017-01-11 15:25:24 UTC (rev 206830)
+++ nbd.install	2017-01-11 15:39:32 UTC (rev 206831)
@@ -1,7 +0,0 @@
-post_install() {
-  systemd-sysusers nbd.conf
-}
-
-post_upgrade() {
-  systemd-sysusers nbd.conf
-}



More information about the arch-commits mailing list