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

Massimiliano Torromeo mtorromeo at archlinux.org
Thu Jan 12 20:50:59 UTC 2017


    Date: Thursday, January 12, 2017 @ 20:50:59
  Author: mtorromeo
Revision: 207090

upgpkg: rkt 1.22.0-2

systemd hooks rebuild

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-12 20:44:03 UTC (rev 207089)
+++ PKGBUILD	2017-01-12 20:50:59 UTC (rev 207090)
@@ -8,7 +8,7 @@
 
 pkgname=rkt
 pkgver=1.22.0
-pkgrel=1
+pkgrel=2
 pkgdesc="App container runtime"
 arch=('x86_64')
 url="https://github.com/coreos/rkt"
@@ -37,7 +37,6 @@
             'SKIP'
             '74744e00420856cfc8049fa3b3a55e57a116994226a498ef56801bc9492df36b'
             '2aee4e8547843f4e6c032761b97cb723c1ecd384d508b86f44d16826bc34d6d6')
-install="rkt.install"
 
 prepare() {
   cd $pkgname-$pkgver

Deleted: rkt.install
===================================================================
--- rkt.install	2017-01-12 20:44:03 UTC (rev 207089)
+++ rkt.install	2017-01-12 20:50:59 UTC (rev 207090)
@@ -1,10 +0,0 @@
-post_install() {
-  systemd-sysusers rkt.conf
-  systemd-tmpfiles --create rkt.conf
-}
-
-post_upgrade() {
-  post_install "$@"
-}
-
-# vim:ts=2 sw=2 et ft=sh:



More information about the arch-commits mailing list