post_install() {
	if [[ ! -d run/lighttpd ]]; then
		usr/bin/systemd-tmpfiles --create lighttpd.conf
	fi
}

post_upgrade() {
	post_install
}
