summaryrefslogtreecommitdiff
path: root/extra/apache/apache.install
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-07 03:52:15 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-07 03:52:15 +0000
commitd44823e5676f0edd0e259c7c33d5640a043748ac (patch)
treea861b18b863dacb947ba2b8e9cbcb47ef80a03ef /extra/apache/apache.install
parentc183da9d3df5445f5021cd6563012ba2abfc393e (diff)
Fri Mar 7 03:48:12 UTC 2014
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
}