summarylogtreecommitdiffstats
path: root/phpenv.install
blob: 71f7ec8495dcb3bdf12721fd8b20205ed5443d03 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
	echo 'Your shell must be initialized before phpenv will function correctly.'
	echo 'Run the following, and consider adding it to your shell rc:'
	echo '    eval "$(phpenv init -)"'
}

post_remove() {
	echo 'Remove the following from your shell rc, if present:'
	echo '    eval "$(phpenv init -)"'
}