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