summaryrefslogtreecommitdiff
path: root/extra/lighttpd/lighttpd.install
blob: 817bd5746aa77dc7bcf6dce68d387dcaf2e8b2b7 (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
}