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

Gaetan Bisson bisson at archlinux.org
Mon Aug 27 12:02:30 UTC 2012


    Date: Monday, August 27, 2012 @ 08:02:30
  Author: bisson
Revision: 165615

fix FS#31305

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

----------+
 PKGBUILD |    2 +-
 install  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-08-27 10:02:13 UTC (rev 165614)
+++ PKGBUILD	2012-08-27 12:02:30 UTC (rev 165615)
@@ -7,7 +7,7 @@
 
 pkgname=mpd
 pkgver=0.17.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki'
 license=('GPL')

Modified: install
===================================================================
--- install	2012-08-27 10:02:13 UTC (rev 165614)
+++ install	2012-08-27 12:02:30 UTC (rev 165615)
@@ -1,7 +1,7 @@
 post_install() {
 	getent group mpd &>/dev/null || groupadd -r -g 45 mpd >/dev/null
 	getent passwd mpd &>/dev/null || useradd -r -u 45 -g mpd -d /var/lib/mpd -s /bin/false -G audio mpd >/dev/null
-	true
+	usr/bin/systemd-tmpfiles --create mpd.conf || true
 }
 
 post_remove() {




More information about the arch-commits mailing list