mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 10:32:13 +08:00
10 lines
160 B
Plaintext
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
|
||
|
}
|