desktop/lighttpd/lighttpd.install

10 lines
160 B
Plaintext
Raw Normal View History

2013-04-09 19:04:36 +08:00
post_install() {
if [[ ! -d run/lighttpd ]]; then
usr/bin/systemd-tmpfiles --create usr/lib/tmpfiles.d/lighttpd.conf
fi
}
post_upgrade() {
post_install
}