summaryrefslogtreecommitdiffstats
path: root/abs/core/lighttpd/lighttpd.install
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2017-01-19 21:41:00 (GMT)
committerBritney Fransen <brfransen@gmail.com>2017-01-19 21:41:00 (GMT)
commitd0b37ccccc013118824437c8afdf3c48dd4d6530 (patch)
tree443e6b7f12822b8a0a3fdb5a290757a817e7eb5b /abs/core/lighttpd/lighttpd.install
parent1746d0620fa928d3a5d0270f03beff5f3cf44e41 (diff)
downloadlinhes_pkgbuild-d0b37ccccc013118824437c8afdf3c48dd4d6530.zip
linhes_pkgbuild-d0b37ccccc013118824437c8afdf3c48dd4d6530.tar.gz
linhes_pkgbuild-d0b37ccccc013118824437c8afdf3c48dd4d6530.tar.bz2
lighttpd: update 1.4.45
Diffstat (limited to 'abs/core/lighttpd/lighttpd.install')
-rwxr-xr-xabs/core/lighttpd/lighttpd.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/abs/core/lighttpd/lighttpd.install b/abs/core/lighttpd/lighttpd.install
index 1b0a4d7..3526b71 100755
--- a/abs/core/lighttpd/lighttpd.install
+++ b/abs/core/lighttpd/lighttpd.install
@@ -2,7 +2,11 @@ post_install() {
if [[ ! -d run/lighttpd ]]; then
usr/bin/systemd-tmpfiles --create lighttpd.conf
fi
+
+ echo "Generate lighttpd include..."
gen_light_include.py
+ echo "Forcing a re-read of lighttpd's configuration file..."
+ /sbin/sv hup /service/lighttpd
}
post_upgrade() {