summaryrefslogtreecommitdiff
path: root/community/grass/grass.install
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/grass.install
parent3413e75c9cdb6c0daf6ddf92f469a2221c94a55b (diff)
Thu Aug 18 23:14:33 UTC 2011
Diffstat (limited to 'community/grass/grass.install')
-rw-r--r--community/grass/grass.install12
1 files changed, 3 insertions, 9 deletions
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: