Date: Tuesday, May 3, 2016 @ 23:41:57
  Author: bisson
Revision: 173609

remove deprecated install file

Modified:
  subsurface/trunk/PKGBUILD
Deleted:
  subsurface/trunk/install

----------+
 PKGBUILD |    4 +---
 install  |   11 -----------
 2 files changed, 1 insertion(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-05-03 21:34:57 UTC (rev 173608)
+++ PKGBUILD    2016-05-03 21:41:57 UTC (rev 173609)
@@ -5,7 +5,7 @@
 pkgname=subsurface
 _pkgname=Subsurface
 pkgver=4.5.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Divelog program'
 url='http://subsurface-divelog.org/'
 license=('GPL2')
@@ -17,8 +17,6 @@
 source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz";)
 sha1sums=('db74614fe66da19f8a07a375551e1ef032291b4a')
 
-install=install
-
 prepare() {
        cd "${srcdir}/${_pkgname}-${pkgver}"
        sed 's:<marble:<subsurface/marble:g' -i qt-ui/globe.*

Deleted: install
===================================================================
--- install     2016-05-03 21:34:57 UTC (rev 173608)
+++ install     2016-05-03 21:41:57 UTC (rev 173609)
@@ -1,11 +0,0 @@
-post_upgrade() {
-       type gtk-update-icon-cache &>/dev/null && gtk-update-icon-cache -q -t 
-f usr/share/icons/hicolor
-}
-
-post_install() {
-       post_upgrade
-}
-
-post_remove() {
-       post_upgrade
-}

Reply via email to