desktop/lighttpd/lighttpd.install
2013-04-09 11:04:36 +00:00

10 lines
160 B
Plaintext

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