summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Newgard2016-04-27 08:34:18 -0500
committerDoug Newgard2016-04-27 08:34:18 -0500
commit2aa7c81a2f9c874175fb4b57c596b9fa5eaaeda7 (patch)
treeb6ba3f1b0f295337e420af85cdce7c40e82c5995
parentf32f3e2c6dc8aa7675d42d2e720a2a4f606d756f (diff)
downloadaur-2aa7c81a2f9c874175fb4b57c596b9fa5eaaeda7.tar.gz
Remove redundant install script
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
-rw-r--r--qgis.install13
3 files changed, 0 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c40d3d6c29fd..25f1d789eadf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = qgis
pkgver = 2.14.1
pkgrel = 1
url = http://qgis.org/
- install = qgis.install
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index b108623099a6..826722c40a70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,7 +25,6 @@ makedepends=('cmake' 'txt2tags' 'perl')
optdepends=('gpsbabel: GPS Tool plugin'
'python2-pyspatialite: Processing plugin'
'python2-yaml: Processing plugin')
-install="$pkgname.install"
source=("http://qgis.org/downloads/$pkgname-$pkgver.tar.bz2"
'https://github.com/qgis/QGIS/commit/fc6559aa053317cda8ced657c3013a0d4c6549e9.patch')
md5sums=('60e0708650303f28fdfe84b555c41c18'
diff --git a/qgis.install b/qgis.install
deleted file mode 100644
index 5ee51bc0e89d..000000000000
--- a/qgis.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- update-desktop-database -q
- gtk-update-icon-cache -q usr/share/icons/hicolor
- update-mime-database usr/share/mime
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}