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

Christian Hesse eworm at archlinux.org
Wed Apr 27 12:59:12 UTC 2016


    Date: Wednesday, April 27, 2016 @ 14:59:12
  Author: eworm
Revision: 172034

upgpkg: gnome-packagekit 3.20.0-2

Hooks! (Remove install file...)

Modified:
  gnome-packagekit/trunk/PKGBUILD
Deleted:
  gnome-packagekit/trunk/gnome-packagekit.install

--------------------------+
 PKGBUILD                 |    3 +--
 gnome-packagekit.install |   13 -------------
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-27 12:27:46 UTC (rev 172033)
+++ PKGBUILD	2016-04-27 12:59:12 UTC (rev 172034)
@@ -5,7 +5,7 @@
 
 pkgname=gnome-packagekit
 pkgver=3.20.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Collection of graphical tools for PackageKit to be used in the GNOME desktop'
 arch=('i686' 'x86_64')
 url='http://www.packagekit.org/'
@@ -12,7 +12,6 @@
 license=('GPL')
 depends=('desktop-file-utils' 'gtk3' 'libnotify' 'packagekit')
 makedepends=('intltool' 'itstool' 'docbook-xsl' 'libcanberra')
-install="${pkgname}.install"
 source=("https://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
 sha256sums=('b84a5db6294ef5252a275b3fcfed509eee60f055ca5d374e5e54d19631c8c571')
 

Deleted: gnome-packagekit.install
===================================================================
--- gnome-packagekit.install	2016-04-27 12:27:46 UTC (rev 172033)
+++ gnome-packagekit.install	2016-04-27 12:59:12 UTC (rev 172034)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}



More information about the arch-commits mailing list