summaryrefslogtreecommitdiff
path: root/community/grass
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-08-18 23:14:33 +0000
committerroot <root@rshg054.dnsready.net>2011-08-18 23:14:33 +0000
commit59eecef62ae9aa7dd391310f30293318f641c59c (patch)
tree18b1685d21f421939a133b2db2663bc63e5d873c /community/grass
parent3413e75c9cdb6c0daf6ddf92f469a2221c94a55b (diff)
Thu Aug 18 23:14:33 UTC 2011
Diffstat (limited to 'community/grass')
-rw-r--r--community/grass/PKGBUILD2
-rw-r--r--community/grass/grass.install12
2 files changed, 4 insertions, 10 deletions
diff --git a/community/grass/PKGBUILD b/community/grass/PKGBUILD
index e1e10c242..dcfce221a 100644
--- a/community/grass/PKGBUILD
+++ b/community/grass/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=grass
pkgver=6.4.1
-pkgrel=2
+pkgrel=3
pkgdesc='Geographic Information System (GIS) used for geospatial data management and analysis, image processing, graphics/maps production, spatial modeling, and visualization.'
arch=('i686' 'x86_64')
url='http://grass.itc.it/index.php'
diff --git a/community/grass/grass.install b/community/grass/grass.install
index dc6b4eec6..07e347eb1 100644
--- a/community/grass/grass.install
+++ b/community/grass/grass.install
@@ -1,12 +1,6 @@
+## arg 1: the new package version
post_install() {
- pre_remove
-}
-
-post_upgrade() {
- pre_remove
-}
-
-pre_remove() {
- sed -e '/\/opt\/grass-*\/lib/d' -i /etc/ld.so.conf
+ echo 'Please relogin for required variables to be set from /etc/profile.d/grass.sh'
}
+# vim:set ts=2 sw=2 et: