PKGBUILDs/extra/php/php-fpm.install
2016-12-08 02:16:46 +00:00

10 lines
139 B
Plaintext

post_install() {
if [[ ! -d run/php-fpm ]]; then
usr/bin/systemd-tmpfiles --create php-fpm.conf
fi
}
post_upgrade() {
post_install
}