summaryrefslogtreecommitdiff
path: root/community/grass/grass.install
blob: 07e347eb19f9c5b2b65a665819b0319cc1c3a466 (plain)
1
2
3
4
5
6
## arg 1:  the new package version
post_install() {
  echo 'Please relogin for required variables to be set from /etc/profile.d/grass.sh'
}

# vim:set ts=2 sw=2 et: