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

Lukas Fleischer lfleischer at archlinux.org
Sat Jan 14 13:45:46 UTC 2017


    Date: Saturday, January 14, 2017 @ 13:45:45
  Author: lfleischer
Revision: 286361

upgpkg: lirc 1:0.9.4.c-4

systemd-{sysusers,tmpfiles} hooks cleanup.

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

--------------+
 PKGBUILD     |    4 +---
 lirc.install |   13 -------------
 2 files changed, 1 insertion(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-14 13:05:47 UTC (rev 286360)
+++ PKGBUILD	2017-01-14 13:45:45 UTC (rev 286361)
@@ -1,4 +1,3 @@
-# $Id$
 # Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
 # Contributor: Paul Mattal <paul at archlinux.org>
 
@@ -5,7 +4,7 @@
 pkgname=lirc
 _pkgver=0.9.4c
 [[ $_pkgver =~ [a-z]$ ]] && pkgver="${_pkgver:0:-1}.${_pkgver: -1}" || pkgver="$_pkgver"
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc="Linux Infrared Remote Control utilities"
 arch=('i686' 'x86_64')
@@ -18,7 +17,6 @@
 conflicts=('lirc-utils')
 replaces=('lirc-utils')
 backup=('etc/lirc/lirc_options.conf' 'etc/lirc/lircd.conf' 'etc/lirc/lircmd.conf')
-install=lirc.install
 source=("http://prdownloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.bz2"
         0005-lib-curl_poll.h-Ensure-build-on-unconfiguredclients.patch
         0006-lirc.pc-Fix-bad-library-specification-236.patch

Deleted: lirc.install
===================================================================
--- lirc.install	2017-01-14 13:05:47 UTC (rev 286360)
+++ lirc.install	2017-01-14 13:45:45 UTC (rev 286361)
@@ -1,13 +0,0 @@
-post_install() {
-	systemd-tmpfiles --create lirc.conf
-}
-
-post_upgrade() {
-	post_install
-
-	if [[ "$(vercmp $2 1:0.9.1-1)" -lt 0 ]]; then
-		echo ':: lirc.service and lircm.service have been replaced'
-		echo '   by the upstream unit files lircd.service and'
-		echo '   lircmd.service.'
-	fi
-}



More information about the arch-commits mailing list