mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 19:57:14 +08:00
10 lines
163 B
Plaintext
10 lines
163 B
Plaintext
post_install() {
|
|
if [[ ! -d run/php-fpm ]]; then
|
|
usr/bin/systemd-tmpfiles --create usr/lib/tmpfiles.d/php-fpm.conf
|
|
fi
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|