summaryrefslogtreecommitdiff
path: root/community/grass
diff options
context:
space:
mode:
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 7f74b8621..edee0bdb8 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' 'mips64el')
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: