PKGBUILDs/extra/php/php-fpm.install

10 lines
139 B
Plaintext
Raw Normal View History

2016-12-08 02:16:46 +00:00
post_install() {
if [[ ! -d run/php-fpm ]]; then
usr/bin/systemd-tmpfiles --create php-fpm.conf
fi
}
post_upgrade() {
post_install
}