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

post_upgrade() {
	post_install
}