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

Gaetan Bisson bisson at archlinux.org
Tue May 3 10:39:33 UTC 2016


    Date: Tuesday, May 3, 2016 @ 12:39:33
  Author: bisson
Revision: 266804

remove deprecated install file

Modified:
  djvulibre/trunk/PKGBUILD
Deleted:
  djvulibre/trunk/install

----------+
 PKGBUILD |    4 +---
 install  |   13 -------------
 2 files changed, 1 insertion(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-03 10:27:31 UTC (rev 266803)
+++ PKGBUILD	2016-05-03 10:39:33 UTC (rev 266804)
@@ -5,7 +5,7 @@
 
 pkgname=djvulibre
 pkgver=3.5.27
-pkgrel=2
+pkgrel=3
 pkgdesc="Suite to create, manipulate and view DjVu ('déjà vu') documents"
 url='http://djvu.sourceforge.net/'
 arch=('i686' 'x86_64')
@@ -19,8 +19,6 @@
 provides=("libdjvu=${pkgver}")
 replaces=('libdjvu')
 
-install=install
-
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 	./autogen.sh

Deleted: install
===================================================================
--- install	2016-05-03 10:27:31 UTC (rev 266803)
+++ install	2016-05-03 10:39:33 UTC (rev 266804)
@@ -1,13 +0,0 @@
-post_install() {
-	if [[ -x usr/bin/gtk-update-icon-cache ]]; then	
-		gtk-update-icon-cache -q -f usr/share/icons/hicolor
-	fi
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}



More information about the arch-commits mailing list