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

Jan Steffens heftig at archlinux.org
Thu Jul 28 19:13:36 UTC 2016


    Date: Thursday, July 28, 2016 @ 19:13:36
  Author: heftig
Revision: 272651

0.19.17-2

Modified:
  mpd/trunk/PKGBUILD
  mpd/trunk/install

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-28 19:07:43 UTC (rev 272650)
+++ PKGBUILD	2016-07-28 19:13:36 UTC (rev 272651)
@@ -7,7 +7,7 @@
 
 pkgname=mpd
 pkgver=0.19.17
-pkgrel=1
+pkgrel=2
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='http://www.musicpd.org/'
 license=('GPL')
@@ -20,7 +20,8 @@
 source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
         'tmpfiles.d'
         'conf')
-sha1sums=('88d98884a262af3be74e2791ae9e5eb898f6dfbb' 'SKIP'
+sha1sums=('88d98884a262af3be74e2791ae9e5eb898f6dfbb'
+          'SKIP'
           'f4d5922abb69abb739542d8e93f4dfd748acdad7'
           '291fd5cda9f0845834a553017327c4586bd853f6')
 

Modified: install
===================================================================
--- install	2016-07-28 19:07:43 UTC (rev 272650)
+++ install	2016-07-28 19:13:36 UTC (rev 272651)
@@ -3,9 +3,3 @@
 	getent passwd mpd &>/dev/null || useradd -r -u 45 -g mpd -d /var/lib/mpd -s /bin/false -G audio mpd >/dev/null
 	usr/bin/systemd-tmpfiles --create mpd.conf || true
 }
-
-post_remove() {
-	getent passwd mpd &>/dev/null && userdel mpd >/dev/null
-	getent group mpd &>/dev/null && groupdel mpd >/dev/null
-	true
-}



More information about the arch-commits mailing list