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

Gaetan Bisson bisson at archlinux.org
Wed May 4 00:09:35 UTC 2016


    Date: Wednesday, May 4, 2016 @ 02:09:35
  Author: bisson
Revision: 173622

remove deprecated install file

Modified:
  djview/trunk/PKGBUILD
Deleted:
  djview/trunk/install

----------+
 PKGBUILD |    4 +---
 install  |   12 ------------
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-03 23:59:56 UTC (rev 173621)
+++ PKGBUILD	2016-05-04 00:09:35 UTC (rev 173622)
@@ -7,7 +7,7 @@
 
 pkgname=djview
 pkgver=4.10.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Portable DjVu viewer and browser plugin'
 url='http://djvu.sourceforge.net/djview4.html'
 license=('GPL')
@@ -22,8 +22,6 @@
 provides=('djview4')
 replaces=('djview4')
 
-install=install
-
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 	export QMAKE=qmake-qt5

Deleted: install
===================================================================
--- install	2016-05-03 23:59:56 UTC (rev 173621)
+++ install	2016-05-04 00:09:35 UTC (rev 173622)
@@ -1,12 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null || true
-	update-desktop-database -q || true
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}



More information about the arch-commits mailing list