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

Jan de Groot jgc at archlinux.org
Fri May 20 08:02:16 UTC 2016


    Date: Friday, May 20, 2016 @ 10:02:15
  Author: jgc
Revision: 268344

Remove install scriptlet

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-20 06:48:33 UTC (rev 268343)
+++ PKGBUILD	2016-05-20 08:02:15 UTC (rev 268344)
@@ -7,7 +7,7 @@
 pkgrel=1
 pkgdesc="A help browser for GNOME"
 arch=('i686' 'x86_64')
-depends=('webkit2gtk' 'yelp-xsl' 'libxslt' 'hicolor-icon-theme' 'xz' 'bzip2'
+depends=('webkit2gtk' 'yelp-xsl' 'libxslt' 'xz' 'bzip2'
          'desktop-file-utils' 'dconf')
 makedepends=('intltool' 'gtk-doc' 'itstool')
 groups=('gnome')
@@ -14,7 +14,6 @@
 license=('GPL')
 options=('!emptydirs')
 url="http://www.gnome.org"
-install=yelp.install
 source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
 sha256sums=('dda0b051ad32908cb9d894d1db3ffdac69b21849b8a6a9a74d9669b017f608c2')
 

Deleted: yelp.install
===================================================================
--- yelp.install	2016-05-20 06:48:33 UTC (rev 268343)
+++ yelp.install	2016-05-20 08:02:15 UTC (rev 268344)
@@ -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