desktop/lighttpd/lighttpd.install

10 lines
160 B
Plaintext
Raw Normal View History

2012-09-17 02:13:52 +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
}