void-packages/srcpkgs/apache-ant/INSTALL
2014-02-28 18:31:43 +01:00

22 lines
402 B
Plaintext

#
# This script will advise the user to re-login to have JRE included
# in PATH
#
case "${ACTION}" in
pre)
;;
post)
cat << _EOF
=====================================================================
- Please re-login to include Apache Ant in your PATH or re-source
/etc/profile:
$ source /etc/profile
=====================================================================
_EOF
;;
esac