summaryrefslogtreecommitdiffstats
path: root/abs/core/lighttpd/lighttpd.install
blob: 1b0a4d78820cd5eacddb03648af040ffe9c2eb60 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
    if [[ ! -d run/lighttpd ]]; then
        usr/bin/systemd-tmpfiles --create lighttpd.conf
    fi
    gen_light_include.py
}

post_upgrade() {
    post_install
}