summaryrefslogtreecommitdiffstats
path: root/abs/core/lighttpd/lighttpd.install
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2017-01-20 16:53:38 (GMT)
committerBritney Fransen <brfransen@gmail.com>2017-01-20 16:53:38 (GMT)
commit6d8692bba331b7a24205e4f9bb1b91dfa6d4d6d4 (patch)
tree443e6b7f12822b8a0a3fdb5a290757a817e7eb5b /abs/core/lighttpd/lighttpd.install
parent95d651edb72e7b278c9ba02e9afa64eb6a0d911e (diff)
parentd0b37ccccc013118824437c8afdf3c48dd4d6530 (diff)
downloadlinhes_pkgbuild-6d8692bba331b7a24205e4f9bb1b91dfa6d4d6d4.zip
linhes_pkgbuild-6d8692bba331b7a24205e4f9bb1b91dfa6d4d6d4.tar.gz
linhes_pkgbuild-6d8692bba331b7a24205e4f9bb1b91dfa6d4d6d4.tar.bz2
Merge branch 'testing'
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() {