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