diff options
Diffstat (limited to 'community/grass')
-rw-r--r-- | community/grass/PKGBUILD | 2 | ||||
-rw-r--r-- | community/grass/grass.install | 12 |
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: |