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 }