summarylogtreecommitdiffstats
path: root/php-version.install
diff options
context:
space:
mode:
Diffstat (limited to 'php-version.install')
-rw-r--r--php-version.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/php-version.install b/php-version.install
new file mode 100644
index 000000000000..9235ff569f29
--- /dev/null
+++ b/php-version.install
@@ -0,0 +1,13 @@
+post_install() {
+ echo 'To Enable "php-version" source the shell script:'
+ echo 'source /usr/lib/php-version/php-version.sh'
+ echo ""
+
+ echo 'To Select a specific PHP version with "php-version" call the "php-version" function:'
+ echo 'php-version 7.2.0'
+ echo ""
+
+ echo "For detailed instructions on building PHP Versions visit:"
+ echo "https://github.com/wilmoore/php-version/wiki/Building-PHP-Versions"
+ echo ""
+}