summaryrefslogtreecommitdiffstats
path: root/abs/core/apache/apache.install
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2018-03-26 16:50:32 (GMT)
committerBritney Fransen <brfransen@gmail.com>2018-03-26 16:50:32 (GMT)
commit87ab2e48e4fccf8e1dd90947cc722efdf30b74fa (patch)
tree73f31d8f7a9578cf19bfaff04694a380245a7c7e /abs/core/apache/apache.install
parent1bbca95d90ba691356d8f1b59dfc3f7031048cf9 (diff)
downloadlinhes_pkgbuild-87ab2e48e4fccf8e1dd90947cc722efdf30b74fa.zip
linhes_pkgbuild-87ab2e48e4fccf8e1dd90947cc722efdf30b74fa.tar.gz
linhes_pkgbuild-87ab2e48e4fccf8e1dd90947cc722efdf30b74fa.tar.bz2
apache: update to 2.4.33
Diffstat (limited to 'abs/core/apache/apache.install')
-rw-r--r--abs/core/apache/apache.install16
1 files changed, 0 insertions, 16 deletions
diff --git a/abs/core/apache/apache.install b/abs/core/apache/apache.install
deleted file mode 100644
index 5665f08..0000000
--- a/abs/core/apache/apache.install
+++ /dev/null
@@ -1,16 +0,0 @@
-post_install() {
- if type -P systemd-tmpfiles &> /dev/null; then
- systemd-tmpfiles --create apache.conf
- fi
-}
-
-post_upgrade() {
- if type -P systemd-tmpfiles &> /dev/null; then
- systemd-tmpfiles --create apache.conf
- fi
-
- 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/2.4/upgrading.html'
- fi
-}