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

post_upgrade() {
    post_install
}