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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Nov 26 13:50:01 UTC 2017


    Date: Sunday, November 26, 2017 @ 13:49:59
  Author: bpiotrowski
Revision: 310951

Drop install file

flatpak should work without /var/lib/flatpak since 0.10.1

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

-----------------+
 PKGBUILD        |    1 -
 flatpak.install |   11 -----------
 2 files changed, 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-26 11:43:17 UTC (rev 310950)
+++ PKGBUILD	2017-11-26 13:49:59 UTC (rev 310951)
@@ -12,7 +12,6 @@
          python bubblewrap appstream-glib)
 makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
 checkdepends=(valgrind)
-install=flatpak.install
 _commit=8fbd442c9d395ca19561c98e20a7451926c440ab  # tags/0.10.1^0
 source=("git+https://github.com/flatpak/flatpak#commit=$_commit"
         "git+https://github.com/projectatomic/bubblewrap"

Deleted: flatpak.install
===================================================================
--- flatpak.install	2017-11-26 11:43:17 UTC (rev 310950)
+++ flatpak.install	2017-11-26 13:49:59 UTC (rev 310951)
@@ -1,11 +0,0 @@
-post_install() {
-  post_upgrade $1 0
-}
-
-post_upgrade() {
-  if (( $(vercmp $2 0.6.1-3) < 0 )); then
-    # Generate initial /var/lib/flatpak/repo; must be present
-    # before non-root flatpak will try polkit auth
-    flatpak remote-list
-  fi
-}



More information about the arch-commits mailing list