updated on Thu Jan 5 13:17:10 UTC 2012
[aur-mirror.git] / play-framework / play-framework.install
blob164a2170e73c1c3e0199a006c99d132c712ed3bf
1 post_install() {
2   echo "------------------------------------------------------------------------------------"
3   echo "Please issue the following command to setup the Play! framework environment:"
4   echo "source /etc/profile.d/play-framework.sh"
5   echo "------------------------------------------------------------------------------------"
8 post_upgrade() {
9   post_install $1
12 # vim:set ts=2 sw=2 et: