summaryrefslogtreecommitdiff
path: root/extra/apache/apache.install
diff options
context:
space:
mode:
Diffstat (limited to 'extra/apache/apache.install')
-rw-r--r--extra/apache/apache.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/extra/apache/apache.install b/extra/apache/apache.install
index e7b72b74f..d85194623 100644
--- a/extra/apache/apache.install
+++ b/extra/apache/apache.install
@@ -4,4 +4,9 @@ post_install() {
post_upgrade() {
systemd-tmpfiles --create apache.conf
+
+ if [[ $2 == 2\.2\.* ]]; then
+ # it is a major upgrade, show a useful link to upgrade instructions
+ echo ' Check Apache upgrade instructions: https://httpd.apache.org/docs/trunk/upgrading.html'
+ fi
}