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

Lukas Fleischer lfleischer at archlinux.org
Sat Jan 14 13:47:15 UTC 2017


    Date: Saturday, January 14, 2017 @ 13:47:14
  Author: lfleischer
Revision: 207332

upgpkg: lockdev 1.0.3_1.6-4

systemd-{sysusers,tmpfiles} hooks cleanup.

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

-----------------+
 PKGBUILD        |    3 +--
 lockdev.install |    8 --------
 2 files changed, 1 insertion(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-14 13:19:38 UTC (rev 207331)
+++ PKGBUILD	2017-01-14 13:47:14 UTC (rev 207332)
@@ -6,13 +6,12 @@
 pkgname=lockdev
 pkgver=1.0.3_1.6
 _pkgver=1.0.3
-pkgrel=3
+pkgrel=4
 pkgdesc='Run-time shared library for locking devices, using _both_ FSSTND and SVr4 methods.'
 url='http://packages.qa.debian.org/l/lockdev.html'
 license=("GPL")
 arch=('i686' 'x86_64')
 depends=('glibc' 'systemd')
-install=$pkgname.install
 source=("http://ftp.debian.org/debian/pool/main/l/${pkgname}/${pkgname}_${_pkgver}.orig.tar.gz"
 	"http://ftp.debian.org/debian/pool/main/l/${pkgname}/${pkgname}_${pkgver/_/-}.diff.gz"
 	'build.patch'

Deleted: lockdev.install
===================================================================
--- lockdev.install	2017-01-14 13:19:38 UTC (rev 207331)
+++ lockdev.install	2017-01-14 13:47:14 UTC (rev 207332)
@@ -1,8 +0,0 @@
-post_install() {
-  systemd-sysusers "/usr/lib/sysusers.d/lockdev.conf"
-  systemd-tmpfiles --create "/usr/lib/tmpfiles.d/lockdev.conf"
-}
-
-post_upgrade() {
-  post_install
-}



More information about the arch-commits mailing list