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

Gaetan Bisson bisson at archlinux.org
Tue May 3 20:39:25 UTC 2016


    Date: Tuesday, May 3, 2016 @ 22:39:25
  Author: bisson
Revision: 266822

remove deprecated install file

Modified:
  xournal/trunk/PKGBUILD
Deleted:
  xournal/trunk/install

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-03 20:37:59 UTC (rev 266821)
+++ PKGBUILD	2016-05-03 20:39:25 UTC (rev 266822)
@@ -3,7 +3,7 @@
 
 pkgname=xournal
 pkgver=0.4.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Notetaking and sketching application'
 url='http://xournal.sourceforge.net/'
 license=('GPL')
@@ -13,8 +13,6 @@
 source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
 sha1sums=('e8b15c427287928e0995cc1b3bc83c2897c689ef')
 
-install=install
-
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 	./configure --prefix=/usr

Deleted: install
===================================================================
--- install	2016-05-03 20:37:59 UTC (rev 266821)
+++ install	2016-05-03 20:39:25 UTC (rev 266822)
@@ -1,13 +0,0 @@
-post_install() {
-	update-desktop-database -q
-	gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-	update-mime-database usr/share/mime &>/dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}



More information about the arch-commits mailing list