summaryrefslogtreecommitdiffstats
path: root/abs/core/lighttpd/lighttpd.install
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2016-04-20 17:12:08 (GMT)
committerBritney Fransen <brfransen@gmail.com>2016-04-20 17:12:08 (GMT)
commitc0c9265354144215702ab70615c1585a63bada7b (patch)
tree9594bbd1d23b10534b03b499343c71e3f1544555 /abs/core/lighttpd/lighttpd.install
parenta50079018221f48ff750412ee68649ad63252908 (diff)
downloadlinhes_pkgbuild-c0c9265354144215702ab70615c1585a63bada7b.zip
linhes_pkgbuild-c0c9265354144215702ab70615c1585a63bada7b.tar.gz
linhes_pkgbuild-c0c9265354144215702ab70615c1585a63bada7b.tar.bz2
lighttpd: update to 1.4.39
Diffstat (limited to 'abs/core/lighttpd/lighttpd.install')
-rwxr-xr-xabs/core/lighttpd/lighttpd.install1
1 files changed, 1 insertions, 0 deletions
diff --git a/abs/core/lighttpd/lighttpd.install b/abs/core/lighttpd/lighttpd.install
index 55915f9..1b0a4d7 100755
--- a/abs/core/lighttpd/lighttpd.install
+++ b/abs/core/lighttpd/lighttpd.install
@@ -2,6 +2,7 @@ post_install() {
if [[ ! -d run/lighttpd ]]; then
usr/bin/systemd-tmpfiles --create lighttpd.conf
fi
+ gen_light_include.py
}
post_upgrade() {