summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Newgard2016-04-27 08:18:25 -0500
committerDoug Newgard2016-04-27 08:18:25 -0500
commitef261b2604162282612693cec4467bdacb22afd8 (patch)
treee69d1bbcecf38e6228b72994c518fde195f38b9d
parent8bba795acd245cd7d1b178a7fd82addaa4e03f8d (diff)
downloadaur-ef261b2604162282612693cec4467bdacb22afd8.tar.gz
Remove redundant install script
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--grass.install11
3 files changed, 2 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2146b3f0789b..da69678773d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,8 @@
-# Generated by makepkg 4.2.1-312-gad654
-# Thu Jan 28 14:56:24 UTC 2016
pkgbase = grass
pkgdesc = Geospatial data management and analysis, image processing, graphics/maps production, spatial modeling and visualization
pkgver = 7.0.3
- pkgrel = 1
+ pkgrel = 2
url = http://grass.osgeo.org/
- install = grass.install
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index c76578a057b8..922f2f1b1df0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=grass
pkgver=7.0.3
-pkgrel=1
+pkgrel=2
_shortver=${pkgver%.*}; _shortver=${_shortver/./}
pkgdesc='Geospatial data management and analysis, image processing, graphics/maps production, spatial modeling and visualization'
arch=('i686' 'x86_64')
@@ -12,7 +12,6 @@ license=('GPL')
depends=('fftw' 'gdal' 'glu' 'python2-pillow' 'subversion' 'wxpython')
makedepends=('libxt')
optdepends=('postgresql: PostgreSQL database interface')
-install=$pkgname.install
source=("http://grass.osgeo.org/grass$_shortver/source/$pkgname-$pkgver.tar.gz")
md5sums=('dfbd39829036ee2d59b13c35a183ec0e')
diff --git a/grass.install b/grass.install
deleted file mode 100644
index 02aee1a1a475..000000000000
--- a/grass.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_upgrade() {
- gtk-update-icon-cache -q /usr/share/icons/hicolor
-}
-
-post_install() {
- post_upgrade
-}
-
-post_remove() {
- post_upgrade
-}