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

Gaetan Bisson bisson at archlinux.org
Tue May 3 22:44:15 UTC 2016


    Date: Wednesday, May 4, 2016 @ 00:44:15
  Author: bisson
Revision: 266832

remove deprecated install file

Modified:
  inkscape/trunk/PKGBUILD
Deleted:
  inkscape/trunk/install

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-03 21:20:22 UTC (rev 266831)
+++ PKGBUILD	2016-05-03 22:44:15 UTC (rev 266832)
@@ -5,7 +5,7 @@
 
 pkgname=inkscape
 pkgver=0.91
-pkgrel=17
+pkgrel=18
 pkgdesc='Professional vector graphics editor'
 url='https://inkscape.org/'
 license=('GPL' 'LGPL')
@@ -24,8 +24,6 @@
 sha1sums=('9941ee467af570ac71a70f965cd9c48d4993b8f3'
           'f61909a58c185ed9249b19f71242af2edd32ef9a')
 
-install=install
-
 prepare() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 	sed -i 's|/usr/bin/python\>|/usr/bin/python2|g' cxxtest/*.py

Deleted: install
===================================================================
--- install	2016-05-03 21:20:22 UTC (rev 266831)
+++ install	2016-05-03 22:44:15 UTC (rev 266832)
@@ -1,13 +0,0 @@
-post_install() {
-	update-desktop-database -q
-	gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-	post_install
-}
-
-
-post_remove() {
-	post_install
-}



More information about the arch-commits mailing list