Date: Tuesday, May 3, 2016 @ 12:57:38
  Author: bisson
Revision: 266811

remove deprecated install file

Modified:
  hugin/trunk/PKGBUILD
Deleted:
  hugin/trunk/install

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-05-03 10:51:34 UTC (rev 266810)
+++ PKGBUILD    2016-05-03 10:57:38 UTC (rev 266811)
@@ -6,7 +6,7 @@
 
 pkgname=hugin
 pkgver=2016.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Panorama photo stitcher'
 url='http://hugin.sourceforge.net/'
 license=('GPL')
@@ -18,8 +18,6 @@
 
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver/r/_r}.tar.bz2";)
 sha1sums=('6811e19f1c10da163e1c4228779beb4c12448db9')
 
-install=install
-
 build() {
        cd "${srcdir}/${pkgname}-${pkgver/rc?}"
        install -d build

Deleted: install
===================================================================
--- install     2016-05-03 10:51:34 UTC (rev 266810)
+++ install     2016-05-03 10:57:38 UTC (rev 266811)
@@ -1,13 +0,0 @@
-post_upgrade() {
-       gtk-update-icon-cache -q -t -f usr/share/icons/gnome
-       update-desktop-database -q
-       update-mime-database usr/share/mime > /dev/null
-}
-
-post_install() {
-       post_upgrade
-}
-
-post_remove() {
-       post_upgrade
-}

Reply via email to